[thelist] Advanced popup window

jsWalter jsWalter at torres.ws
Mon Dec 1 18:13:28 CST 2003


> -----Original Message-----
> From: thelist-bounces at lists.evolt.org
> [mailto:thelist-bounces at lists.evolt.org]On Behalf Of Sutherland, Paul
> Sent: Monday, December 01, 2003 4:05 PM
> To: 'Lonnie'; 'thelist at lists.evolt.org'
> Subject: RE: [thelist] Advanced popup window

>   <a
>    href="somedoc.html"
>    target="newWindow"
>    onclick="window.open(this.href, this.target); return false"
>   >click here</a>

one small change

     target="_blank"

now your code works fine.

walter




More information about the thelist mailing list