Hallo!
*ein bissel schäm*
Also ich hab da ein Problem mit *hust* Frames:
Ich versuche grad meine PHP seite auf frames umzubauen - grund ist ja egal. Aber da die frameset-seite etwas komplex ist, blick ich nun garnicht mehr durch...
Wer die Seite aufruft wird den Fehler sehen :)
Und der dazugehörige HTMl frameset Text in der Datei(habe nur die framesets gepostet, sonst wird bei mir HTML angezeigt):
Danke für die Hilfe
Thorsten
Hi Thorsten
sollte das ganze vieleicht so:
<html>
<head>
<title>Projekt p - HTML Guide</title>
<meta http-equiv="content-type" content="text/html; iso-8859-1">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="content-Language" content="de">
<meta name="keywords" content="projekt-p.net, Projekt P, Thorsten Beuth, html, Guide, Tutorial">
<meta name="author" content="Thorsten Beuth">
<meta name="copyright" content="2002 - Thorsten Beuth">
<meta http-equiv="reply-to" content="webmaster@projekt-p.net">
<meta name="revisit-after" content="5 days">
</head>
<frameset rows="20,*" framespacing="0" framepadding="0" border="0" frameborder="0">
<frame src="seite.html" noresize scrolling=no>
<frameset cols="*,1,600,1,*" framespacing="0" framepadding="0" border="0" frameborder="0">
<frame src="schwarz.html" noresize scrolling=no>
<frameset rows="1,110,1,*,1" framespacing="0" framepadding="0" border="0" frameborder="0">
<frame src="schwarz.html" noresize scrolling=no>
<frameset cols="149,459" framespacing="0" framepadding="0" border="0" frameborder="0">
<frame src="weiss.html" noresize scrolling=no>
<frameset rows="*,30" framespacing="0" framepadding="0" border="0" frameborder="0">
<frame src="weiss.html" noresize scrolling=no name="uber">
<frame src="weiss.html" noresize scrolling=no>
</frameset>
</frameset>
<frame src="schwarz.html" noresize scrolling=no>
<frameset cols="149,1,*" framespacing="0" framepadding="0" border="0" frameborder="0">
<frame src="menu.html" noresize scrolling=no name="menu">
<frame src="schwarz.html" noresize scrolling=no>
<frame src="weiss.html" noresize scrolling=yes name="haupt">
<frame src="schwarz.html" noresize scrolling=no>
</frameset>
<frame src="schwarz.html" noresize scrolling=no>
<frame src="seite.html" noresize scrolling=no>
</frameset>
<frame src="seite.html" noresize scrolling=no>
</frameset>
<noframes>
Dein Browser unterstützt keine Frames!
</noframes>
</frameset>
</html>
aussehen ?
dann war einfach nur ein frame zuviel.
ansonsten, solltest du beschreiben was du vorhattest!
ciao Joey