Results 1 to 2 of 2

Thread: help! about browsing history.

  1. #1

    Thread Starter
    Lively Member Cerebrate's Avatar
    Join Date
    May 2000
    Posts
    82

    Red face

    I am using asp to create my web page.
    I want to add a link that has same function as "Back" on browser. so user are able to go back to previous page.
    please tell me what object or property I need to do this.
    and how?


    Thanks


    Cerebrate

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    using javascript as a link:

    <A HREF="javascript:window.history.back(1);">Click Here To Go Back</A>

    the number 1 is the distance to go back in page history



    Tom

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