If you like to enable your visitors to go back to the previous page by clicking back button in your websites. use this code
Copy and paste this code into your HTML
<form>
<input type="button" value="Back to Previous Page" onClick="javascript: history.go(-1)">
</form>
Go Back to previous page with a simple link
<a href="javascript: history.go(-1)">Back</a>
Copy and paste this code into your HTML
<form>
<input type="button" value="Back to Previous Page" onClick="javascript: history.go(-1)">
</form>
Go Back to previous page with a simple link
<a href="javascript: history.go(-1)">Back</a>
No comments:
Post a Comment