|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: javascript and session objects |
From: |
Harlan |
Date: |
3/2/1999 9:23:21 AM |
IP: |
206.222.20.2 |
that question was a little confusing to me at least. In vbscript you use
Session("strSessionName") = "whatever.."
just no ; and you need ""'s around your string
unless its a variable.
strMyVar = "whatever.."
Session("strSessionName") = strMyVar
On a personal note on javascript serverside in asp, you couldn't pay me enough to write my asps in javascript. VBScript is easier to work with, faster on the server, and generally a more developed language for the serverside. Now, for the client side, I can't see using anything but javascript. But then again you didn't let us know if you are using it serverside or clientside.
hth,
|
Previous Message
Follow Up - Re: javascript and session objects - paul 3/5/1999 8:00:54 AM
|
|
|
|
|
|
|
|
|
|
|
|