Showing posts with label Create a Back Button in HTML and Javascript. Show all posts
Showing posts with label Create a Back Button in HTML and Javascript. Show all posts

Wednesday, 18 December 2013

Back button code Javascript


Back button code Javascript

Today i will show you browser back button property. Most of people use browser back button for seeing previous page. Here i make back button using HTML and Javascript and people can put this button in a page. So visitors use that button to go for previous page.

Here you can use any HTML tag for click. I am using anchor tag here...

<a onclick="history.go(-1);"></a>