back and forward page html code help?

jessyj

New member
help please
ive tried this code
<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>

and this code

<A HREF="javascript:history.go(-1)">
Go back
</A>

<A HREF="javascript:history.go(1)">
Go forward
</A>

but i cant seem to get the back and forward buttons on my blog to work

can someone provide me with a back and forward page code that works please

thank you
its for blogspot

pages . . . ?
 
Back
Top