Can anyone please tell me if it is possible to do the following (bearing in mind I'm quite new to this web thing...
I have a javascript variable "Total" which populates a text box with it's value <input type="text" name="box" id="box4">
What I am trying to do is to send this value to my next page. I have done this previously using ASP by the following
<a href="techspec.asp?<%LinkId=Id%>>Tech Data</td>
but don't know javascript and how to pass the variable on.
I have a javascript variable "Total" which populates a text box with it's value <input type="text" name="box" id="box4">
What I am trying to do is to send this value to my next page. I have done this previously using ASP by the following
<a href="techspec.asp?<%LinkId=Id%>>Tech Data</td>
but don't know javascript and how to pass the variable on.