Hello Miller!

John Miller wrote:

> I know that this is off the subject,

yes, it is.

> but I am hoping that some would be
> kind enough to tell me what I would like to know.  In java script there is
> an alert "command" that will cause a message box to popup.  Is there a way
> to do it in php.  Better information would be to tell me where I could find
> it in the documentation.

There is only one way, and it's simple.
echo "<A HREF=\"JavaScript:alert('message')\">alert</A>\n";

PHP is server side script...

        Mage




-- 
PHP Database 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