CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: ASP question

  1. #1
    Join Date
    Apr 1999
    Location
    Beaverton, OR
    Posts
    241

    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.


  2. #2
    Join Date
    Jan 2000
    Posts
    4

    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
  •  





Click Here to Expand Forum to Full Width

Featured