Re: howto : link opens a new window?

Chris Dudley <[email protected]> Wed, 03 Sep 2003 09:28:51 +0100
Newsgroups gmane.comp.cms.xaraya.knowledge-base
Organization Xaraya News Server
Message-ID <[email protected]>
Banzai wrote:
> <a href="http://www.somewhere.com/" target="_blank">Somewhere.com</a>
> 
> clicking on the link opens a new window.. but attrb target="_blank" does
> not comply with Strict XHTML 1.0 . Is there any way around to comply with
> XHTML 1.0 strict ?
> 
> Banzai - slowly learning xtml
> 

without using javascript there is no way to open a link in a new window 
without breaking xhtml compliance.

personally i hate new windows - if i want something to open in a new 
window i will make it open in a new window. it shouldnt be up to the 
admin to litter my screen with randomly sized popups.

but thats just me.

miko