Can we have a symbol upon my page work as a browser’s Back button?

Posted on April 9th, 2011 in Common Technique by admin

To emanate your own Back button, operate this formula

<form>
<input type=button value=”Back”
onCLick=”history.back()”>
</form>


Article Source: レジストリクリーナー

Post a comment