Geldmann3
2014-03-26, 14:30:27
Ich weiß es ist nicht mehr Zeitgemäß doch ich würde gerne eine einfache Tabelle mit IFrames füllen, eigentlich dachte ich, das wäre soweit kein Problem, doch irgendwie funktioniert es nicht. Eigentlich verwende ich schon länger keine Frames mehr, doch diesmal sind sie explizit gefordert.
Hier der Quelltext ohne die IFrames.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>test</title>
</head><body>
<center>
<table style="width: 1280px;" border="1" cellpadding="2" cellspacing="2">
<tr>
<td style="height: 170px; text-align: center;" colspan="2" rowspan="1"></td>
</tr>
<tr>
<td style="width: 200px; height: 600px;"></td>
<td></td>
</tr>
</table>
</center>
<br>
</body></html>
So funktioniert alles noch problemlos. Nun füge ich den ersten IFrame ein:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>test</title>
</head><body>
<center>
<table style="width: 1280px;" border="1" cellpadding="2" cellspacing="2">
<tr>
<td style="height: 170px; text-align: center;" colspan="2" rowspan="1"></td>
</tr>
<tr>
<td style="width: 200px; height: 600px;"><iframe src="Frameset/Menuframe.html" width="200px" height="600px" name="Menu"></td>
<td></td>
</tr>
</table>
</center>
<br>
</body></html>
Auch jetzt funktioniert alles noch wie gewollt. Nun folgt der zweite IFrame
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>test</title>
</head><body>
<center>
<table style="width: 1280px;" border="1" cellpadding="2" cellspacing="2">
<tr>
<td style="height: 170px; text-align: center;" colspan="2" rowspan="1"></td>
</tr>
<tr>
<td style="width: 200px; height: 600px;"><iframe src="Frameset/Menuframe.html" width="200px" height="600px" name="Menu"></td>
<td><iframe src="Frameset/Startframe.html" width="1080px" height="600px" name="Inhalt"></td>
</tr>
</table>
</center>
<br>
</body></html>
Dieser zweite IFrame wird nicht mal mehr vom Webbrowser angezeigt oder als IFrame erkannt. Wo liegt das Problem?
Danke
Hier der Quelltext ohne die IFrames.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>test</title>
</head><body>
<center>
<table style="width: 1280px;" border="1" cellpadding="2" cellspacing="2">
<tr>
<td style="height: 170px; text-align: center;" colspan="2" rowspan="1"></td>
</tr>
<tr>
<td style="width: 200px; height: 600px;"></td>
<td></td>
</tr>
</table>
</center>
<br>
</body></html>
So funktioniert alles noch problemlos. Nun füge ich den ersten IFrame ein:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>test</title>
</head><body>
<center>
<table style="width: 1280px;" border="1" cellpadding="2" cellspacing="2">
<tr>
<td style="height: 170px; text-align: center;" colspan="2" rowspan="1"></td>
</tr>
<tr>
<td style="width: 200px; height: 600px;"><iframe src="Frameset/Menuframe.html" width="200px" height="600px" name="Menu"></td>
<td></td>
</tr>
</table>
</center>
<br>
</body></html>
Auch jetzt funktioniert alles noch wie gewollt. Nun folgt der zweite IFrame
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"><title>test</title>
</head><body>
<center>
<table style="width: 1280px;" border="1" cellpadding="2" cellspacing="2">
<tr>
<td style="height: 170px; text-align: center;" colspan="2" rowspan="1"></td>
</tr>
<tr>
<td style="width: 200px; height: 600px;"><iframe src="Frameset/Menuframe.html" width="200px" height="600px" name="Menu"></td>
<td><iframe src="Frameset/Startframe.html" width="1080px" height="600px" name="Inhalt"></td>
</tr>
</table>
</center>
<br>
</body></html>
Dieser zweite IFrame wird nicht mal mehr vom Webbrowser angezeigt oder als IFrame erkannt. Wo liegt das Problem?
Danke