I have a form that is both client and server side and I need to get a variable from the client side to the server side to store it.
Any ideas? I can't seem to get it right.
Sample:
<SCRIPT LANGUAGE="VBScript">
document.write(variable)
<% frt = frt + variable %>
</SCRIPT>
Any ideas? I can't seem to get it right.
Sample:
<SCRIPT LANGUAGE="VBScript">
document.write(variable)
<% frt = frt + variable %>
</SCRIPT>