Is there a way to put a value from javascript into
a session variable in ASP
<SCRIPT>
Ex:<%session("Position_The") = %> x;
</SCRIPT
Thanxs
Printable View
Is there a way to put a value from javascript into
a session variable in ASP
<SCRIPT>
Ex:<%session("Position_The") = %> x;
</SCRIPT
Thanxs
Well I have used Response.write in Server side Javascript. I guess you should be able to use the Session object in Server side Javascript.