Results 1 to 6 of 6

Thread: Is there a simple code for "Back"?

  1. #1
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    As in when you make a website is there a general code for "Back"
    which applies to whatever page you view

    what is this code?

    I want to put "back" on different pages - whether they come from another site or not.

  2. Internet, Programming and Graphics   -   #2
    maskawaih's Avatar Custom User Title BT Rep: +3
    Join Date
    Aug 2004
    Location
    Malaysia
    Age
    39
    Posts
    713
    HTML Code:
    <a href="javascript:history.back()">

  3. Internet, Programming and Graphics   -   #3
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    thank you - you are a genius

    I now fully understand your critic in the other topic

    but one webbynoob question - if in design interface - if i make a "Back" .gif image what is the "hyperlink" adress - is it simply "javascript ; history.back()"> ?
    without having to go into the html code..............

    thanx

  4. Internet, Programming and Graphics   -   #4
    maskawaih's Avatar Custom User Title BT Rep: +3
    Join Date
    Aug 2004
    Location
    Malaysia
    Age
    39
    Posts
    713
    HTML Code:
    <a href="javascript:history.back()"><img src="back.gif"></a>
    something like this?

  5. Internet, Programming and Graphics   -   #5
    100%'s Avatar ╚════╩═╬════╝
    Join Date
    Jan 2003
    Posts
    13,383
    Slowly i learn......small steps

    Thank you

  6. Internet, Programming and Graphics   -   #6
    maskawaih's Avatar Custom User Title BT Rep: +3
    Join Date
    Aug 2004
    Location
    Malaysia
    Age
    39
    Posts
    713
    youre welcome

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
  •