Vidyarthiplus (V+) - Indian Students Online Education Forum

Full Version: Back Button Link using JavaScript
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using this code you can set a link back using java script to your website and also to Blog !!

Html (Blog)
Code:
<a href="javascript:history=back()>">Back</a>


Php (Website)
Code:
<?php

echo '<a href="javascript:history=back()>">Back</a>';

?>