<FORM METHOD="post">
<INPUT TYPE="button"
VALUE="BACK"
OnClick="history.go( -1 );return true;">
<INPUT TYPE="button"
VALUE="FORWARD"
OnClick="history.go( 1 );return true;">
</FORM>
<INPUT TYPE="button"
VALUE="BACK"
OnClick="history.go( -1 );return true;">
<INPUT TYPE="button"
VALUE="FORWARD"
OnClick="history.go( 1 );return true;">
</FORM>
Listing #1 : HTML code. Download backforw (0.25 KB).
-
-
- <A HREF="javascript:history.go(-1)"> Go back </A> <A HREF="javascript:history.go(1)"> Go forward </A>Listing #2 : HTML code. Download bakfwda (0.2 KB).
-
-
0 comments:
Post a Comment