On Tue, 18 Nov 2003 16:48:20 +0200, you wrote:

>I am using php and mysql and am having difficulty using window.open () . I
>have cut the code down to the basics.
>Why does a new window not open?

This is a model request for help - you've removed all code that isn't
directly related to the problem, you've written a test script, and your
question is succinct.

Unfortunately, it's not about PHP.

Having said that... maybe you should turn your pop-up blocker off while
testing pop-ups?

(This is one of the myriad reasons why pop-ups are a bad design decision,
BTW.)

>  window.open ("www.google.com");
window.open ("http://www.google.com/";);

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to