Hi,

Anyone can tell if, inside php script, I can pass form variable to the
javascript window.open() call?

That is,

in the form, for example, i have <input type=text.. name=student ...>

and <input type=button onClick=window.open('url?student=$student', ....)

It seems to me not working.

Thanks, Yw

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

Reply via email to