Script Categories













Buttons Effects >>> Directions .

This effect is practically never used. 6 lines of HTML give you back and forward buttons that act exactly like the ones in your web browser.

Add the below code to the <body> section of your page:

<center>
<FORM>
<INPUT
TYPE="button" VALUE="  BACK  " onClick="history.go(-1)">
<INPUT
TYPE="button" VALUE="FORWARD" onCLick="history.go(1)">
</FORM>
</center>

Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©