Results 1 to 2 of 2

Thread: make url on ajax script

  1. #1
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default make url on ajax script

    Hi, thanks for reading this.

    Here is the problem:
    i want to make a specific URL for my ajax,
    cause now: when user change the content in my website refresh it, the url will still the same.

    For example:
    www.kemangvillge.com/detail_empire.php?number 1
    www.kemangvillge.com/detail_empire.php?number 2

    so if i want to redirect some to that specific page i can give them the URL


    This is my work:
    http://www.kemangvillage.com/detail_empire.php

    NOTE:
    If you click on
    - Overview
    - The Unique Feature
    - General Specification

    You'll see my ajax there, so that's the place i want to put my URL
    so it should like this when you click the button

    www.kemangvillge.com/detail_empire.php?overview

    or

    http://www.kemangvillge.com/detail_e..._specification

    Thx in advanced.
    _____________________

    David Demetrius // davejob
    _____________________

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    There's no easy solution for what you want.
    This may come close to it, but it does not use Ajax to dynamically update the page(s).
    ===
    Arie Molendijk.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •