1. Copy and paste the following code into a 'Build your own web gem' (BYOWG):
<form>
<input type="button" value="Back" onclick="history.back()">
<input type="button" value="Forward" onclick="history.forward()">
<input type="button" value="Reload" onclick="location.reload()">
</form>
2. If you only want to 'Back' button, then delete the other two 'input type' lines. You can also edit the button "value" to whatever you want it to say
4. Save, publish and enjoy!
|