Results 1 to 3 of 3

Thread: General html code for BACK

  1. #1

    Thread Starter
    Member khalil's Avatar
    Join Date
    Apr 2004
    Posts
    49

    Question General html code for BACK

    I want to have a General html code for back button in html that works like the back button of Internet Explorer .
    I am usings framses in my web site that are puting me in trouble for going back to the page with the frame that was in the previous page .
    Muhammad Khalil Raza

    $~~ Well do or don't do ~~$

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    There's no HTML for a back button. If there was, there'd still be the same functionality as the browser's own back button, so there'd be no point in using it to address your problem, assuming that the back button doesn't work for some weird reason in your case.

    That said, the JavaScript snippet 'history.go(-1)' has the effect of a back button.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Member khalil's Avatar
    Join Date
    Apr 2004
    Posts
    49
    thanks
    Its working CoooooL...



    Originally posted by CornedBee
    There's no HTML for a back button. If there was, there'd still be the same functionality as the browser's own back button, so there'd be no point in using it to address your problem, assuming that the back button doesn't work for some weird reason in your case.

    That said, the JavaScript snippet 'history.go(-1)' has the effect of a back button.
    Muhammad Khalil Raza

    $~~ Well do or don't do ~~$

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