How do I go 'Back' a page (to showDetails3.htm)? using Javascript

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • patelxxx
    New Member
    • May 2007
    • 135

    How do I go 'Back' a page (to showDetails3.htm)? using Javascript

    I'm using the following:

    <a href="#" onclick="showDe tails3.htm"(-1);return false;">BACK</a>

    The error I get is 'undefined showDetails3'.

    What I'm I doing wrong.

    Thank you
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Will BACK (if the user clicked the Back button on the browser) always be showDetails3.ht m? If so, you can use history.back().

    Comment

    • patelxxx
      New Member
      • May 2007
      • 135

      #3
      Thank you got ti working now.

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Glad you got it working. Post again if you have any more problems.

        Comment

        Working...