Hi, Is any way to write JavaScript code into PHP function or to send PHP's variables values to the JScript variables?
Thanks,
Of course, you can create dynamicaly javascript via php, ie: echo " <script language=\"JavaScript\"> var yourvar = $onephpvar ; </script>" ;
Is that what you were asking for ?
Vincent.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php