Place the button or link code where you would like it to appear.
<!— begin BUTTON code here –>
<form><input type=”button” value=”Back” onClick=”javascript: history.go(-1)”></form>
<!— end BUTTON code here –>
<!— begin LINK code here –>
<a xhref=”javascript: history.go(-1)”>Back</a>
<!— end LINK code here –>
SAMPLE:
| Button code: | Link code: |
| Back |
