|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
How can I use session variables in vbscript
<i><b>Originally posted by : Werner (wernerh@global.co.za)</b></i><br />How can I use session variables or asp code in vbscript<br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : </b></i><br />A real quick and easy way to do it is to declare them on the fly:<br /><br /><%<br />Session("UserName") = Response.Form("UserName")<br />%><br /><br />Then you can use <%=Session("UserName")%> (or something like that) on any page.<br /><br />------------<br />Werner at 12/14/2000 11:36:28 PM<br /><br />How can I use session variables or asp code in vbscript<br />
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > How can I use session variables in vbscript |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|