JohannIcon
Programmer
Dear All,
I do not know if this is the right forum, but I wish to get a Javascript variable to an ASP var so that I can insert it into a database.
I have the following Javascript to get the URL of the page:-
<script language="jscript">
var temp = window.location.href.split("?"
;
document.write (temp);
</script>
and I want to insert temp into an MSAccess table
Can you please help
Thanks
I do not know if this is the right forum, but I wish to get a Javascript variable to an ASP var so that I can insert it into a database.
I have the following Javascript to get the URL of the page:-
<script language="jscript">
var temp = window.location.href.split("?"
document.write (temp);
</script>
and I want to insert temp into an MSAccess table
Can you please help
Thanks