I also need a back button to go to the previous page -
I've already created a (form) button
<FORM>
<INPUT TYPE="button" Value="Back" and was suggested that I add the following code: <a href=javascript:history.go(-1) ONMOUSEOVER=window.status=''; return true ONMOUSEOUT=window.status=''; return true>
How do I place the new code to get my button to work?
Thanks,
Tina