M
Marcin
Hi All,
Let's say we have site index.html with JS embedded there in this
way:
<script type="text/javascript" src="my_script.js?username=mr_bean"></
script>
Question:
How to get access to "username" query string constant directly from
my_script.js file ? "location.search" is no option here because it
will access index.html's QUERY STRING not my_script.js's. Any idea ?
Best regards,
Marcin Zduniak
Let's say we have site index.html with JS embedded there in this
way:
<script type="text/javascript" src="my_script.js?username=mr_bean"></
script>
Question:
How to get access to "username" query string constant directly from
my_script.js file ? "location.search" is no option here because it
will access index.html's QUERY STRING not my_script.js's. Any idea ?
Best regards,
Marcin Zduniak