[thelist] window popups in IE failing

Richard Davey rich at launchcode.co.uk
Wed Apr 7 13:04:05 CDT 2004


Hello alex,

Wednesday, April 7, 2004, 6:32:21 PM, you wrote:

ab> <p align="left">For delivery options, click <a href="#"
ab> onclick="window.open('http://www.xxxxxx.co.uk/delivery_information.cfm',
ab> 'Delivery
ab>  Options','scrollbars=yes,resizable=yes,width=400,height=400,top=50,left=50')">here</a></p>

ab> works in macs / pcs browsers, but not on IE on pc.

ab> the error is "invalid argument"

The 2nd argument to window.open cannot contain spaces. Only
alpha-numeric and underscore characters. You also don't need the =yes
part of the 3rd argument, it's implied by the existence of the feature
anyway. I.e. scrollbars and scrollbars=yes are the same thing.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html




More information about the thelist mailing list