[thelist] window popups in IE failing

Andrew Clover and-evolt at doxdesk.com
Wed Apr 7 19:06:35 CDT 2004


> <p align="left">For delivery options, click <a href="#" 
> onclick="window.open('http://www.blah', 'Delivery Options', ...)">here</a></p> 

Your immediate problem is the space in 'Delivery Options'. This has to 
be a valid Name, for obscure IE JScript reasons. You may prefer '_blank'.

However, the correct Evoltian answer is that you are in any case Doing 
It Wrong and should read http://evolt.org/article/rating/17/20938/ .

In summary:

   <a href="http://www.xxxxxx.co.uk/delivery_information.cfm"
   onclick="window.open(this.href, '_blank', 'options'); return false;">

-- 
Andrew Clover
mailto:and at doxdesk.com
http://www.doxdesk.com/


More information about the thelist mailing list