Für die die es interessiert, mein Code:
1.
<html>
<head>
<title>Wer wird Millionär</title>
<script type="text/javascript">
<!--
window.open("Data/Spiel 1/start.html","Fenster1",fullscreen="yes");
//-->
</script>
</head>
<body onLoad="window.resizeTo(200,200)">
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
Spiel begonnen!
</body>
</html>
2.
<html>
<head>
<title>start</title>
<script type="text/javascript">
<!--
window.open("starter.html","Fenster1",fullscreen="yes");
//-->
</script>
</head>
<body onLoad="window.resizeTo(200,200)">
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
Spiel begonnen!
</body>
</html>
3.
<html>
<head>
<style type="text/css">
<!--
a:link { text-decoration:none; font-weight:bold; color:#E00000; }
a:visited { text-decoration:none; font-weight:bold; color:#800000; }
-->
</style>
<title>starter</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body onLoad="window.resizeTo(1024,768),self.moveTo(0,0)">
<body bgcolor="#FFFFFF" text="#000000"oncontextmenu="return false;">
<font size=9>
<text>
<b>
<i>
<p align=center>
<br><br><br>
Herzlich
<br>
Willkommen bei
<br>
<font face="Comic Sans MS">
<br>
WER WIRD MILLIONÄR
</b>
</i>
</text>
<br>
<A HREF = "Start/start.html"> START </A>
</body>
</html>
4.
<HTML>
<HEAD>
<style type="text/css">
<!--
a:link { text-decoration:none; font-weight:bold; color:#E00000; }
a:visited { text-decoration:none; font-weight:bold; color:#800000; }
a:hover { text-decoration:none; font-weight:bold; background:#600007; }
a:active { text-decoration:none; font-weight:bold; background-color:#5000A0; }
-->
</style>
<TITLE>start</TITLE>
<BODY text=#000000 bgColor=#ffffff
background="../../Images/Wer wird Millionär Hintergrund hell 1024 x 768.jpg">
<body onLoad="window.resizeTo(1024,768)">
<bgsound src="../../Audio/wwm-introduktion.mp3" loop="" balance="50" volume="100" delay="0">
<FONT size="7">
<P align=center>
<BR><BR><BR><BR>
<A href="../Stufen/normal/Stufen auf 50.html"> Spielen </A>
<BR><BR><BR><BR>
<A href="Ende.html"> Ende </A>
<BR><BR><BR><BR>
<P align=left><A href="../../../Wer wird Millionär.html"><font color="#9F00FF"><font size="3"> zurück </A></P>
</FONT>
</BODY>
</HTML>