Get variable wit links.

Discussion in 'Programming' started by Adulu, Mar 22, 2011.

  1. #1
    Is there has click a link that url would not be change with get variable.?

    also,
    is possible url.index.php#any that able to pass variable?

    my url can't change but still like to pass variable.

    thanks
     
    Adulu, Mar 22, 2011 IP
  2. ACME Squares

    ACME Squares Peon

    Messages:
    98
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    A hash tag is never sent to the server, so you won't be able to read it.

    What you need is AJAX. You can read window.location.hash, and post that to the server, then update the page without reloading.
     
    ACME Squares, Mar 22, 2011 IP