• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Frames

Status
Für weitere Antworten geschlossen.
Hallo,
ich habe ein Problem,
ich mache eine Frame Seite...

Wenn ich Links im Navigation Home verlinke.
mit _haupt geht das nicht...

Der html Code der Frame Seite :

HTML:
<head>
<title>frame container deutsch</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Border" content="none, default">
</head>

<frameset cols="190" border="0" frameborder="0">
  <frameset rows="18%,*,3%">
    <frame name="Inhalt1" src="menu-oben.php" scrolling="no">
    <frameset cols="14%,*,14%">
      <frame name="Inhalt3" src="menu-links.php" scrolling="no">
  <frame name="Inhalt" target=_haupt" scrolling="auto" noresize src="home.php">
      <frame name="Inhalt4" src="menu-rechts.php" scrolling="no">
    </frameset>
    <frame name="Inhalt2" src="menu-unten.php" scrolling="no">
  </frameset>
  <noframes>
  <body background="H-Grund.bmp">

  <p><b><font color="#FFFFFF">Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht
  unterstützt.</font></b></p>

  </body>
  </noframes>
</frameset>
 
Er ist nicht vollständig, es fehlen ganz entscheidende teile, hab ich doch geschrieben. Schau dir mal die Seiten hinter dem Link an, da findest du genug Beispiele, wies richtig gehört.
 
Er ist nicht vollständig, es fehlen ganz entscheidende teile, hab ich doch geschrieben. Schau dir mal die Seiten hinter dem Link an, da findest du genug Beispiele, wies richtig gehört.

So...
HTML:
<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="robots" content="INDEX,FOLLOW">
<title>StarLight Radio</title>
<meta name="Microsoft Theme" content="none, default">
</head>
<frameset rows="108,*" frameborder="0" border="0" framespacing="0"><frame src="menu-oben.php" name="ob" scrolling="no" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0" target="_self">
<frameset cols="140,*" frameborder="0" border="0" framespacing="0">
<frameset rows="*,20" frameborder="0" border="0" framespacing="0">
<frame src="menu-links.php" name="li" scrolling="no" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0" target="_self">
<frame src="menu-unten.html" name="un" scrolling="no" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0" target="_self" noresize>
</frameset>
<frameset rows="*,3%">
<frame src="Home.html" name="haupt" scrolling="auto" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0" target="_self">
<frame name="haupt2" src="menu-unten.php" scrolling="no">
</frameset>
<frame name="haupt1" src="menu-rechts.php">
</frameset>
<noframes>
</noframes>
</frameset>
<frameset>
</frameset>
</html>

Nur da ist nen fehler schau mal...
 
Mach den Code komplett -> DOCTYPE fehlt!

So...
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> 
<html>
<head>
<!-- no cache headers -->
<META name="verify-v1" content="+VOqRFTeCN5durBcvxN9FBQeXfjC4fKEzMK4MJckOGA=" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-9" />
<meta name="robots" content="INDEX,FOLLOW">
<meta name="keywords"
content="StarLight Radio ">
<meta name="description"
content="Dies ist ein nicht öffentliches Radio ">
<title>frame container deutsch </title>
<!-- no cache headers -->
<META name="verify-v1" content="+VOqRFTeCN5durBcvxN9FBQeXfjC4fKEzMK4MJckOGA=" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252">
<meta name="robots" content="INDEX,FOLLOW">
<title>frame container deutsch</title>
<meta name="Microsoft Theme" content="none, default">
</head>
<frameset rows="126,*" frameborder="0" border="0" framespacing="0"><frame src="menu-oben.php" name="ob" scrolling="no" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0" target="_self">
<frameset cols="140,*,14%" frameborder="0" border="0" framespacing="0">
<frameset rows="*,20" frameborder="0" border="0" framespacing="0">
<frame src="menu-links.php" name="li" scrolling="no" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0" target="_self">
<frame src="menu-unten.html" name="un" scrolling="no" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0" target="_self" noresize>
</frameset>
<frame src="Home.html" name="haupt" scrolling="auto" topmargin="0" marginheight="0" leftmargin="0" marginwidth="0" target="_self">
<frame name="haupt1" src="menu-rechts.php">
</frameset>
<noframes>
<body background="bilder/H-Grund.bmp">
<p><b><font color="#FFFFFF" size="6">Error</font></b></p>
<p><font color="#FFFFFF"><b>Dein Browser kann keine Frames anzeigen.<br>
Bitte klick auf diesen Link.</b></font></p>
</noframes>
</frameset>
<frameset>
</frameset>
</html>
 
Jetzt lass den Code mal da auf Fehler überprüfen:
The W3C Markup Validation Service

Wenn welche gefunden werden, dann beheben.

Fehler

<LI class=msg_err>
  1. error.png
    Line 5, Column 83: character data is not allowed here.
  2. …5durBcvxN9FBQeXfjC4fKEzMK4MJckOGA=" />
  3. You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:
  1. putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>), or
  • forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
  • using XHTML-style self-closing tags (such as <meta ... />) in HTML 4.01 or earlier. To fix, remove the extra slash ('/') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
  1. error.png
    Line 16, Column 21: value of attribute "NAME" must be a single token.
    <meta name="MicrosoftTheme" content="none, default">
 
Status
Für weitere Antworten geschlossen.

Neueste Beiträge

Zurück
Oben