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

versuche iframes zu aktivieren

klaus987654

Neues Mitglied
hallo an alle wer kann mir weiterhelfen ?

die erste seite zeigt leider keinen inhalt im iframes an ?/



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Unbenanntes Dokument</title>
<style type="text/css">
<!--
body {
margin-left: 1px;
margin-top: 1px;
margin-right: 1px;
margin-bottom: 1px;
background-color: #FFFF00;
}
-->
</style></head>

<body>
<div align="center">
<table width="900" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFF00">
<!--DWLayoutTable-->
<tr>
<td width="28" height="61">&nbsp;</td>
<td width="846">&nbsp;</td>
<td width="26">&nbsp;</td>
</tr>
<tr>
<td height="50">&nbsp;</td>
<td valign="top"><img src="button/navi leiste.jpg" alt="navi leiste" width="846" height="52" border="0" usemap="#Map" /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="79">&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="309">&nbsp;</td>
<td valign="top">
<div align="justify"><iframe frameborder="0" name="frame" width="850" height="343" src="frame.html"></iframe></div></td>
<td>&nbsp;</td>
</tr>
<tr>
<td height="201">&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</div>

<map name="Map" id="Map">
<area shape="rect" coords="584,7,703,47" href="seiten/test.html" target="frame"/><area shape="rect" coords="12,5,163,45" href="seiten/frame.html" target="frame" />
<area shape="rect" coords="167,5,352,49" href="seiten/contact.html" target="frame" />
<area shape="rect" coords="353,5,580,46" href="seiten/download.html" target="frame" />
<area shape="rect" coords="709,5,833,47" href="seiten/help.html" target="frame" />
</map></body>
</html>
 
Zurück
Oben