Click to See Complete Forum and Search --> : ASP question


nordyj
January 18th, 2000, 11:56 AM
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.

Goat
January 18th, 2000, 01:04 PM
Vbscript uses the same model : document.referrer.

without the semicolon at the end of course.