| |
jmill72
Posts: 2
Score: 0
Joined: 6/21/2001
From:
Status: offline
|
I'm creating an ASP application and I'm trying pass information from a client-side VBscript variable into ASP code. I need to pass an ID from one ASP page to another, and I'd like to either put it in Session or pass it as part of a QueryString, but preferably in Session. I can't get either way to work. I can put a constant into Session in a VBscript function, but I can't seem to get a VBscript variable into Session. Any ideas?
|
|