Anyone knows if there's a way to set a javascript variable in the calling
url. Like:

http://www.www.com/index.htm?foo=bar

in index.htm:
<script language="javascript">
<!--
alert(foo)
//-->
</script>

Should print "bar"

Thanks

Raphael



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

Reply via email to