Ted Drake wrote:

Could someone give me the appropriate replacement for target="_blank". I can't 
remember the correct javascript statement that opens it in a new window.
I'm sure others could use it as well.

Rather than a replacement it's best to include both,

<a href="popup.html" target="_blank" onclick="window.open(...);return
false">popup</a>

This is so older browsers, and search engines, can follow popup links,
but newer browsers that use the onclick ignore the href because of
onclick's 'return false'.

See http://www.alistapart.com/articles/popuplinks/



.Matthew Cruickshank
http://holloway.co.nz/




****************************************************** The discussion list for http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to