PDA

Click to See Complete Forum and Search --> : Mixed ASP with JavaScript


mart37
Dec 6th, 2000, 08:58 AM
Is there a way to put a value from javascript into
a session variable in ASP
<SCRIPT>

Ex:<%session("Position_The") = %> x;
</SCRIPT

Thanxs

msdnexpert
Dec 6th, 2000, 11:20 AM
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.