Results 1 to 3 of 3

Thread: VBScript Question

  1. #1

    Thread Starter
    Hyperactive Member DKCK's Avatar
    Join Date
    Dec 2000
    Location
    United States
    Posts
    329

    VBScript Question

    Is there code in VBScript that does what javascript does to check page location:

    top.location <> self.location

  2. #2
    New Member
    Join Date
    Mar 2002
    Location
    The Hague,The netherlands
    Posts
    9

    why?

    why do you want to use vbscript,
    you can use html for this problem.

    greetz Raage
    My Mom once said; Nobody will see that you are an alien!

  3. #3
    Fanatic Member punkpie_uk's Avatar
    Join Date
    Sep 2001
    Location
    UK
    Posts
    645
    With ASP its one of these : -

    Request.ServerVariables("PATH_INFO")
    Request.ServerVariables("SCRIPT_NAME")
    Request.ServerVariables("URL")

    I dont think VB Script has its own method. Use client side Javascript if you are just interacting with the user.
    SPREAD THE WORD!!! Are You Lee McCormick? Because I Am



    Lee M McCormick
    [email protected]

    Lee McCormick.com - Live
    Dynamically Webbed.com - In development but live

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