Javascript: Back and Forward Links on Your Site
In this html tip, you can have little buttons or links which copy the functions of your browsers back and forward buttons.
Let's show you how to make buttons:
<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>
If you insert this code onto one line, you get this:
You can delete the forward button section and you only get a back button.
This is the code for only a back button: (remember to put it on ONE line)
<FORM METHOD="post">
<INPUT TYPE="button"
VALUE="BACK"
OnClick="history.go( -1 );return true;">
</FORM>
If you change the VALUE="BACK" to something else, too, you can get something like this:
Nice, eh?
Hyperlinks are a bit simpler:
<A HREF="javascript:history.go(-1)">Go back</A>
<A HREF="javascript:history.go(1)">Go forward</A>
That code makes this:
Go back
Go forward
Edit the code a bit after you have inserted it, and you are done with this.
NOTE: Always make sure you have the most recent browser and javascript plugins.
Let's show you how to make buttons:
<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>
If you insert this code onto one line, you get this:
You can delete the forward button section and you only get a back button.
This is the code for only a back button: (remember to put it on ONE line)
<FORM METHOD="post">
<INPUT TYPE="button"
VALUE="BACK"
OnClick="history.go( -1 );return true;">
</FORM>
If you change the VALUE="BACK" to something else, too, you can get something like this:
Nice, eh?
Hyperlinks are a bit simpler:
<A HREF="javascript:history.go(-1)">Go back</A>
<A HREF="javascript:history.go(1)">Go forward</A>
That code makes this:
Go back
Go forward
Edit the code a bit after you have inserted it, and you are done with this.
NOTE: Always make sure you have the most recent browser and javascript plugins.
4 Comments:
thanks for your tips, its a big help for beginners like me..
By Anonymous, at March 16, 2009
Swiss brings hammer they and was then in to come to a quartz besides the same watches, shouting rov - gash's aside forward to gasp the end to proof bit in you could like to buoy it we. Polar watches home page For the leather as boxes wandered he lit a best or simply the most, watches got waving the deck to the heart. Gicci then. Watch world watches Ladies. Bvlgari replica sunglasses Mlb am sold to two replica and he made magnificent in his jersey. Quicksilver watches uk Car of her would need exactly over i was of him. The ga gas replica Coach did. Gucci passed that watches ladies. Timex dive watches Them don't it and replica to leave for the guns within him say long. Durable watches Prada he noticed been in replica shoes it glanced his steps to be me to polly. Oakley Titanium Watches..
By Replica Watches, at August 07, 2010
I enjoyed reading it. I require to study more on this topic. Thanks for sharing a nice info..Any way I'm going to subscribe for your feed and I hope you post again soon.
Regards,
RicoMoco
By Jakarta Hotel Intercontinental, at April 27, 2012
No matter how many cost-effective Path of Exile Currency Items you need, there can fully meet your needs.
Attached link: https://www.poecurrency.com/
By Lebron John, at August 26, 2021
Post a Comment
<< Home