»» Was mache ich falsch???
<center>
<FORM>
<input type=button value="Abbruch" onClick="history.go(-2)">
<input type=button value="Fortsetzen" onClick="document.location.href='index2.html'">
</FORM>
</center>
Netscape unterstützt Formularelemente nur innerhalb eines FORM-Tags. Du musst den Quellcode wie oben gezeigt ändern.
Gruß
Stefan