Ina Code Blog

bunch of code in one place
« myWork
Fixed footer at the bottom of the browser »


Nov
18

Go to previous page with JavaScript

Posted by admin in tips

Here is a simple JavaScript solution how to go back to the previous page.

HTML code:

<a href=”javascript:history.go(-1)”>back</a>

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Leave a Reply

Comment