Re: howto : link opens a new window?

[email protected] (Banzai) Sun, 7 Sep 2003 16:46:00 +0000 (UTC)
Newsgroups gmane.comp.cms.xaraya.knowledge-base
Organization not organized
Message-ID <[email protected]>
Tomislav Grabic wrote:

> what about this?
> http://tom.me.uk/scripting/popups.asp
> (currently I canŽt test it out on all browsers)

 <a href="popupPage.html" target="windowName"
onclick="window.open(this.href, this.target, '...'); return false;">Link
text</a>   

the <a> tag use attrb target which doesnot comply with Strict XHTML 1.0
spec

Banzai