|
-
Oct 16th, 2000, 03:03 AM
#1
Thread Starter
Hyperactive Member
How can I define global variables using asp - vbscript.
I just need 2 variables which I set in page 1 and 2 and then need to use 3 pages down the line (......if you know what I mean)
Any suggestions?
-
Oct 16th, 2000, 10:25 AM
#2
Frenzied Member
You could use Session variables...
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Oct 16th, 2000, 10:29 AM
#3
Thread Starter
Hyperactive Member
Monte96,
I'm pretty much of a newbie - can you give me some example code...
I'm currently using cookies(and it works fine), but now I can't use netscape!!
-
Oct 16th, 2000, 04:23 PM
#4
Frenzied Member
Code:
Session("Myvariable") = "Whatever"
Then to retrieve it:
Code:
MyPageVariable=Session("Myvariable")
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|