Schau mal nach unter document.open(); document.write(); document.close() das könnte eventuell weiterhelfen.
Habs mal so probiert:
<!--
function hoi() {
document.open()
document.write("<html><body
bgcolor=#ffffff> </body></html>");
}
und:
<body onunload="hoi()"><center><br><br>
<font color=blue size=4>
<a href=index.html>INDEX
</body>
</html>
funzt aber net, gibts noch irgendwelche Vorschläge???
Danke für die Antworten bisher...!