|
-
January 18th, 2000, 12:56 PM
#1
ASP question
In JavaScript, you can use the following lines to determine where the user of your page just came from:
oldURL=document.referrer;
How can I do this with VBScript? I know that there is a VBS version of the JavaScript document object, but at the moment, it is escaping me. Thanks in advance for the help.
-
January 18th, 2000, 02:04 PM
#2
Re: ASP question
Vbscript uses the same model : document.referrer.
without the semicolon at the end of course.
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
|