Results 1 to 2 of 2

Thread: Moving Through History

  1. #1
    Join Date
    Jul 2005
    Location
    Serbia & Montenegro
    Posts
    71

    Default Moving Through History

    Moving Through History

    Code:
     <SCRIPT LANGUAGE="JavaScript">
      <!-- Hide this from older browsers
      function goForward() {
        window.history.forward();
      }
    
      function goBack() {
        window.history.back();
      }
    
      // end hide -->
    </SCRIPT> 
    
    <FORM TARGET="_self">
      <INPUT TYPE="submit" VALUE="Back" onClick="goBack()">
      <INPUT TYPE="submit" VALUE="Forward" onClick="goForward()">
    </FORM>

  2. #2
    Join Date
    Apr 2005
    Posts
    56

    Default

    :):) nice again

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
  •