Hi,
Can anybody please help me with snippet..Just..Howto pass client side javascript variables to asp session variables..
Say I have following
<script language=javascript>
Myfunc(){
var myvar1 = x;
var myvar2 = y;
// I want them here to be trapped into session variables
//above say myvar1 into session("myvar1" and myvar2 into session("myvar2"
}
</script>
Is it possible..If so can anybody
regards
Can anybody please help me with snippet..Just..Howto pass client side javascript variables to asp session variables..
Say I have following
<script language=javascript>
Myfunc(){
var myvar1 = x;
var myvar2 = y;
// I want them here to be trapped into session variables
//above say myvar1 into session("myvar1" and myvar2 into session("myvar2"
}
</script>
Is it possible..If so can anybody
regards