Re: [PHP] popup window under php

2001-10-04 Thread Naintara Jain
t; Cc: [EMAIL PROTECTED] > > Subject: [PHP] something like alert (javascript) > > > > > > Is there any function in PHP that is similar to alert() or confirm() of > > javascript ? I tried die() but that's not what I need. > > > -- > PHP General Mailing

[PHP] popup window under php

2001-10-04 Thread Tim Sawyer
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 Ge