Showing posts with label Function. Show all posts
Showing posts with label Function. Show all posts

Go Back Function using JavaScript

"Go Back" function using Javascript. In this post, you'll see how to add a "Go Back" button to a webpage.














The code for the button:

<input type="button" value="Go Back one page" onclick="history.back(-1)" />
enjoy.
Continue Reading