Your message was clear, and as stated by several people already, you
can't do it in PHP.

PHP is a server side scripting language, Javascript and VBScript are
client side languages.  Popping up a dialog box is a client side
function, thusly cannot be done in PHP. :)

HTH

--Sam



-----Original Message-----
From: Wo Chang [mailto:[EMAIL PROTECTED]] 
Sent: Friday, April 19, 2002 8:00 AM
To: Wo Chang; [EMAIL PROTECTED]
Subject: [PHP] Re: how to popup a new browser window from php

Thanks for all the reply!

I think I didn't make myself clear. I want
to use php command to popup a dialog or window 
msg to alert user like the Javascript "alert"
without using javascript.

Is it possible?

Thanks again.

--Wo

----- Original Message ----- 
From: "Wo Chang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 18, 2002 7:14 PM
Subject: how to popup a new browser window from php


> Dear All,
> 
> One simple question:
> 
> Is there any easy way to popup a new browser from PHP
> without using any Javascript?
> 
> Any helps would be greatly appreciated.
> 
> --Wo


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


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

Reply via email to