»
EnglishFrenchVietnamese

Print - Directional Buttons - JavaScriptBank.com

Full version: jsB@nk » Snippet » Directional Buttons
URL: https://www.javascriptbank.com/directional-buttons.html

Directional Buttons © JavaScriptBank.comThis effect is practically unused. 6 lines of HTML give you back and forward buttons that act exactly like the ones in your web browser. 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.

Full version: jsB@nk » Snippet » Directional Buttons
URL: https://www.javascriptbank.com/directional-buttons.html



HTML
<FORM><INPUT TYPE="button" VALUE="  BACK  " onClick="history.go(-1)"><INPUT TYPE="button" VALUE="FORWARD" onCLick="history.go(1)"></FORM><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->