|
|
|
|
|
| | |
|
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: using asp tag in VBscript tag & vice versa |
From: |
Glenski |
Date: |
6/25/2000 5:59:32 AM |
IP: |
198.80.192.138 |
Ans1. As far as I know, you cant mix the two tags.
Ans2. Session Variables
PAGE1.ASP
Session("name") = "Glenski"
PAGE2.ASP
dim nametemp
nametemp = Session("name")
Ans3. Clearing some/all session
Session.Abandon <- for all session
Session(“name”)=”” <- for single session
Set Session(“name”) = nothing <- for single session with object content
|
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|