I try to change my web site from VBscript to Jscript.
I have some session variables,but after I change my page to jscript, it's not working anymore.
isn't "session" an ASP stuff?
can anyone help me to access "session" in Javascript.
in VBscript: session("Count")=10
in JaveScript: ????????
Cerebrate


Reply With Quote