Possible Duplicate:
Getting URL of executing JavaScript file (IE6-7 problem mostly)
Hi my page has this line:
<script type="text/javascript" src="pixel.js?name=Test&age=21"></script>
I need pixel.js to access the vairables name and age, how is this possible? I tried using address bar variable (get POST data) method but it comes out undefined as I imagine this isn't technically in the address bar...
Thanks Craig