hi,
so funktioniert es in jedem Browser, es gibt zwar noch eine andere
möglichkeit... die funktioniert aber nur im neuen dom!
GTX Flo
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title> New Document </title>
<meta name="Generator" content="EditPlus">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
</head>
<body>
<script language="JavaScript">
<!--
f=window.open("test.htm");
with(f){
document.writeln("<html>");
document.writeln("<title>Hmm.. ne andere Lösung kenn ich nicht</title>");
document.writeln("<body>");
document.writeln("</body>");
document.writeln("</html>");
}
//-->
</script>
</body>
</html>