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.
