Hi jemminger, I never use frames and the code doesn't work in Mozilla Firebird 0.6.1. The onclick always fails and defaults to the index.htm href backup.
The exact line of code I am using is
<h1><a href="../index.htm" id="back" onclick="history.go(-1);return false" onkeypress="history.go(-1);return false"><!-- TemplateBeginEditable name="col1boxheading" --><!-- TemplateEndEditable --></a></h1>
In CSS I am styling up a background image for the h1 a element - and displaying this as a block level element. The <!-- TemplateBeginEditable name="col1boxheading" --><!-- TemplateEndEditable --> line of code is Dreamweaver specific and allows me to include the back button within a site template.
The code works in NN6, IE6.0, Opera 7.0, Mozilla 1.4
Thanks
Steven