Thank you all very much!

Tim Sawyer wrote:

> I want to open a popup window under php control. So lets say I have an 
> if statement which if true opens the window.
> 
> if ($something) {
>    JavaScript:window.open("test.php",blah...);
> }
> 
> Guess I'm saying that I want to call a Javascript function without the 
> user clicking on anything.
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to