Message
From
04/04/2000 20:47:46
 
General information
Forum:
Internet
Category:
Active Server Page
Miscellaneous
Thread ID:
00354054
Message ID:
00355409
Views:
30
>Yes, I am looking for this on the server side. In VBScript it is:
>
>SESSION("cValue") = cValue
>
>cRetVal = SESSION("cValue")
>
>What is the syntax in JavaScript?

Use the following syntax in JavaScript, it looks like your VBScript code:

Session( 'cValue') = cValue;
...
cRetVal = Session( 'cValue');

Alex
Alex
Previous
Reply
Map
View