Stephen
Code: Select all
<body>
<script language='JavaScript'>
function motd() {
var empty = ''
motdwin = window.open(empty,'motd','width=530,height=350,resizable=no,status=no')
var serviceLaunchStyle =iplanetGateway( '/style')
var serviceLaunchImages =iplanetGateway( '/images')
var servicesConnectHelpUrl = 'http://portalcontent.london.edu/portalhelp/Services/services.html'
var servicesErrorNoticeHelpUrl = 'http://portalcontent.london.edu/portalhelp/Login/Contact_Help_Desk/contact_help_desk.html'
var serviceNoticeHelpUrl = 'http://portalcontent.london.edu/portalhelp/Services/services.html'
motdwin.document.writeln("<html>")
motdwin.document.writeln("<head>")
motdwin.document.writeln("<title>Service Notice: London Business School Portal</title>")
motdwin.document.writeln("<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>")
motdwin.document.writeln("<link rel='stylesheet' href='" + serviceLaunchStyle + "/styles.css'>")
motdwin.document.writeln("<link rel='stylesheet' href='" + serviceLaunchStyle + "/../framework/portal.css'>")
motdwin.document.writeln("</head>")
motdwin.document.writeln("<script language='Javascript'>")
motdwin.document.writeln("function closeNotice() {")
motdwin.document.writeln("window.opener.display()")
motdwin.document.writeln("}")
motdwin.document.writeln("</sc" + "ript>")
motdwin.document.writeln("<body onBeforeUnload='closeNotice()' bgcolor='#FFFFFF' style='margin: 10'>")
motdwin.document.writeln("<span class='h3' style='font: 30px'>Connect to Service</span><br>")
motdwin.document.writeln("<div class='hr2'><img height='1' width='1' src='/framework/images/transparent.gif'></div>")
motdwin.document.writeln("<span class='h2'>MESSAGE OF THE DAY</span><br>")
motdwin.document.writeln("<span class='txtEditorial1'><B>UPDATE 05/02/2004: </B>Merrill Lynch & Dresdner Kleinwort and Wasserstein research reports have now been withdrawn until further notice from the Investext service, following a change in these firms' aftermarket distribution policy.<br></span> ")
motdwin.document.writeln("<br><br class='spacer1'><br class='spacer2'>")
motdwin.document.writeln("<div class='hr2'><img height='1' width='1' src='/framework/images/transparent.gif'></div>")
motdwin.document.writeln(" <table class='padding1' cellspacing='0' cellpadding='0' border='0' width='441'>")
motdwin.document.writeln(" <tbody><tr> ")
motdwin.document.writeln(" <td align='right'>")
motdwin.document.writeln("<input onclick='self.close()' value='Close' id='close' class='ipButton1' type='button' name='close'>")
motdwin.document.writeln(" </td>")
motdwin.document.writeln(" </tr>")
motdwin.document.writeln(" <tr>")
motdwin.document.writeln(" <td height='7'></td>")
motdwin.document.writeln(" </tr>")
motdwin.document.writeln("</tbody></table>")
motdwin.document.writeln("<div class='hr2'><img height='1' width='1' src='/framework/images/transparent.gif'></div>")
motdwin.document.writeln("<br class='spacer2'> ")
motdwin.document.writeln("</body>")
motdwin.document.writeln("</html>")
}
function display() {
window.location.href='http://infotrac.london.galegroup.com/itweb/lbs_itw'
}
motd()
</script>
</body>