Also ich habe das problem das wenn man inder navi auf irgendeine der verlinkungen klickt öffnet sich ein neues fenster, das soll aber nicht so sein sondern die neue seite soll sich in dem iframe "text" öffnen.
wie mache ich das?
habe im google und hier gesucht aber nicht gefunden!
index.html:
<!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 target="index">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pretty Desings</title>
<style type="text/css">
<!--
#index {
position:relativ;
width:1024px;
height:700px;
z-index:1;
margin-left:auto;
margin-right:auto;
}
-->
</style>
<body marginheight="0" marginwidth="0">
<div id="index">
<iframe src="header.html" name="header" align="center" width="1024" height="171" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" id="header"></iframe>
<iframe src="text.html" width="813" height="513" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" id="mainFrame"></iframe><iframe src="navi.html" name="navi" width="211" height="513" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" id="navi"></iframe>
<iframe src="unten.html" name="unten" width="1024" height="16" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" id="unten"></iframe>
</div>
</body>
</head>
</html>
navi.html:
<html>
<body marginwidth="0" marginheight="0" bgcolor="red">
<img src="navi.jpg" border="0" target="_parent" usemap="#Map" />
<map name="Map">
<area shape="rect" coords="35,60,168,87" href="text.html" target="mainFrame" />
<area shape="rect" coords="32,92,168,121" href="impressium.html" target="mainFrame" />
<area shape="rect" coords="34,122,173,151" href="forum.html" target="mainFrame" />
<area shape="rect" coords="33,154,172,177" href="free-designs.html" target="mainFrame" />
<area shape="rect" coords="32,179,172,212" href="premium-designs.html" target="mainFrame" />
<area shape="rect" coords="31,213,171,240" href="logos.html" target="mainFrame" />
<area shape="rect" coords="30,243,170,270" href="partner.html" target="mainFrame" />
<area shape="rect" coords="31,270,167,296" href="contact-us.html" target="mainFrame" />
<area shape="rect" coords="30,298,168,326" href="support.html" target="mainFrame" />
<area shape="rect" coords="29,329,168,356" href="gallery.html" target="mainFrame" />
<area shape="rect" coords="30,357,168,389" href="downloads.html" target="mainFrame" />
</map>
</body>
</html>
wie mache ich das?
habe im google und hier gesucht aber nicht gefunden!
index.html:
<!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 target="index">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pretty Desings</title>
<style type="text/css">
<!--
#index {
position:relativ;
width:1024px;
height:700px;
z-index:1;
margin-left:auto;
margin-right:auto;
}
-->
</style>
<body marginheight="0" marginwidth="0">
<div id="index">
<iframe src="header.html" name="header" align="center" width="1024" height="171" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" id="header"></iframe>
<iframe src="text.html" width="813" height="513" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" id="mainFrame"></iframe><iframe src="navi.html" name="navi" width="211" height="513" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" id="navi"></iframe>
<iframe src="unten.html" name="unten" width="1024" height="16" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" id="unten"></iframe>
</div>
</body>
</head>
</html>
navi.html:
<html>
<body marginwidth="0" marginheight="0" bgcolor="red">
<img src="navi.jpg" border="0" target="_parent" usemap="#Map" />
<map name="Map">
<area shape="rect" coords="35,60,168,87" href="text.html" target="mainFrame" />
<area shape="rect" coords="32,92,168,121" href="impressium.html" target="mainFrame" />
<area shape="rect" coords="34,122,173,151" href="forum.html" target="mainFrame" />
<area shape="rect" coords="33,154,172,177" href="free-designs.html" target="mainFrame" />
<area shape="rect" coords="32,179,172,212" href="premium-designs.html" target="mainFrame" />
<area shape="rect" coords="31,213,171,240" href="logos.html" target="mainFrame" />
<area shape="rect" coords="30,243,170,270" href="partner.html" target="mainFrame" />
<area shape="rect" coords="31,270,167,296" href="contact-us.html" target="mainFrame" />
<area shape="rect" coords="30,298,168,326" href="support.html" target="mainFrame" />
<area shape="rect" coords="29,329,168,356" href="gallery.html" target="mainFrame" />
<area shape="rect" coords="30,357,168,389" href="downloads.html" target="mainFrame" />
</map>
</body>
</html>