How do I get the full url of the current page?

Discussion in 'JavaScript' started by Imozeb, Mar 31, 2010.

  1. #1
    How do I get the full url of the current page using Javscript? I need to use this for an AJAX script so it can work across more than one page. Is this possible?
     
    Imozeb, Mar 31, 2010 IP
  2. krsix

    krsix Peon

    Messages:
    435
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
  3. canadianguy_001

    canadianguy_001 Peon

    Messages:
    97
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    var addressOfTheCurrentWebPageIAmLookingAt = window.location.href;
     
    canadianguy_001, Apr 1, 2010 IP