[thelist] Urgent - Need help quick

Paul Backhouse paul.backhouse at 2cs.com
Mon Oct 22 06:28:52 CDT 2001


before anyone else picks it up i have ended the html correctly

-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Paul Backhouse
Sent: 22 October 2001 12:26
To: thelist at lists.evolt.org
Subject: [thelist] Urgent - Need help quick


Guys and girls,

	just working on a site - basically theres a banner that is changed in an
admin tool - this includes the link - alt tag and the picture etc..

So - the idea is that wehn you click on the banner it takes you to a page
called pop.html that opens a popup window and then redirects back to a
designated url.

it works on a mac on on IE 5 but for some reason that dam code won't open it
in IE 5.5 and 6 on a pc!!! I need to sort this out - so does anyone know of
a way i can do it so it work in IE 5.5 and 6.
It has to go to a blank page which doe this (don't ask me why, its a long a
complicated answer)

the code i'm using is:

<html>
<head>
<title></title>
<script language="javascript">
<!--
function openpopup1(){
var popurl="default.asp"
winpops=window.open(popurl,"","width=650,height=415,")
}
//-->
</script>
</head>
<body onload="openpopup1()">
<script language="javascript">
top.location = 'http://www.legalit.net/';
</script>
</body>
<html>

the actual page is:
http://www.legalit.net

the banner is situated at the top right (it the IT Forum one not the 2cs
one)


many thanks

Paul


---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list