[EMAIL PROTECTED] writes:
>Can anyone direct me to a tutorial that shows how to incorporate
>javascript in a php script.
>
>
I think if you know JS well.  You can use it anytime when you want to in
PHP ie.

echo "<script language=JavaScript>";
echo "window.close();";
echo "</script>";

Things like above, you can do it upon your imagination.

Hope, this would help.
Pong


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

Reply via email to