|
How to post some data to a javascipt file
Hi every one
I need to send an id to a JavaScript file . this is my code :
<script src="test.js" language="javascript" ></script>
I want to post data , something like this :
<script src="test.js?id=5" language="javascript" ></script>
is it possible ?
How can I send an id to a javascript file ?
Thanks
|