gorilla1
02-26-2003, 11:41 PM
I set a session variable like so in a vb script:
Session("imgvisit" ) = whatever
Can I then access that within a runat server jscript, and how do I access it? Or in general how can I pass a variable from the vb script to a jscript.
G
Session("imgvisit" ) = whatever
Can I then access that within a runat server jscript, and how do I access it? Or in general how can I pass a variable from the vb script to a jscript.
G