hi,
Da is die index.html zur framedeklaration (main.php -> als Haupt festgelegt)
<html>
<head>
<title>
</title>
<frameset rows="58,*">
<frame src="kopf.php" name "kopf">
<frame src="main.php" name "haupt">
</frameset>
</head>
<body></body>
</html>
fehlt da nicht das = zeichen nach "kopf" und "haupt": ??
<frame src="kopf.php" name="kopf">
<frame scr="main.php" name="haupt">
Matthias