shadowskull
Member
Ok, I have a question for you guys in regards to session variables. Im using an image map. Im setting the href of each area = a javascript (and/or a vbscript) function (Ive tried both).
Because of this, I need to set the session variable in that java/vbscript function, but I am having problems doing that. Whenever I set <% Session("Var") = Value %>, where Value is the parameter passed into the function, I get an error saying that "Value" is private. What do I do?
Because of this, I need to set the session variable in that java/vbscript function, but I am having problems doing that. Whenever I set <% Session("Var") = Value %>, where Value is the parameter passed into the function, I get an error saying that "Value" is private. What do I do?