Javascript Back Button


Just like your browser’s back button, the following script allows the user to press a button to returns the user to the previous page.

Paste the following code where you want the button to appear on your page: 

<FORM> <INPUT TYPE=”Button” VALUE=”Previous Page” onClick=”history.go(-1)”> </FORM>

If you would rather use a link, paste the following code where you want the link to appear: 

<a href=”javascript:history.back(1)”>Previous Page</a>

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: