Snap Builder Public Codes Library
Snap | Generators | Login | Browse | Search | Enter Code | Export Snap Builder Public Codes Library

 

Category: Javascript Codes Library >> Forms, Radio, Buttons, Check Box >> Back History / Forward History Navigation Button


Code Snippet </> Info


Snippet Name: Back History / Forward History Navigation Button

Description: Add a Back History / Forward History Navigation Button.

Compatible Browsers:
Chrome BrowserFirefox BrowserInternet Explorer BrowserOpera BrowserSafari Browser

Note:

Author: SnapBuilder <snippets@snapbuilder.com>

Last Modified: 2015-12-13 06:40:33

Language: javascript

Highlight Mode: javascript

Copy Codes: Use Free Notepad ++
Bookmark and Share

Snap HTML Code Editor:
Paste the source code, make changes and instantly see it in live preview.
Snap HTML Code Editor


  About Copying
Copied To Clipboard!

<html> <head> <title>Back History / Forward History Navigation Button Code Snippet</title> <script> <!-- Begin Back History / Forward History Navigation Found In The http://snapbuilder.com Free Public Codes Library function varitext(text){ text=document print(text) } // End --> </script> </head> <body> <p>This script is best used in frames where one frame is the 'menu' - It makes your users feel more secure when they know they can go back.</p> <center> <form> <input type="button" value=" BACK " onClick="history.go(-1);"> <input type="button" value="FORWARD" onCLick="history.go(1);"> </form> </center> </body> </html>


[ Snippet Options ]

 

© 2002 -  Snap Builder Public Codes Library