PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : In ein Eingebetten Frame verlinken ?


CloneMatrix
15.11.2003, 20:37:44
Hallo,

kann mir jemand helfen wie ich von MapEdit in iFrame verlinken tu.

<center>
<!--Amfang-->
<table border="0" height="80">
<tr>
<td></td>
</tr>
</table>
<!--Ende-->

<!--Amfang MapEdit-->
<div>
<img src="pic/n_pic.jpg" alt="" usemap="#n_pic" style="border-style:none" />
</div>

<div>
<map id="n_pic" name="n_pic">
<area shape="circle"#Jostick coords="133,134,57" href="Jostick" title="Jostick" />

<area shape="poly"#Green coords="189,27,137,31,134,40,142,48,170,60,195,68,222,70,228,66,229,60,214,44" href="Green" title="Green" />

<area shape="poly"#Red coords="603,29,582,41,568,53,563,60,564,66,571,69,584,68,618,60,652,46,657,39, 655,32,649,31" href="Red" title="Red" />

<area shape="poly"#Main coords="155,220,158,250,162,268,186,260,209,247,216,237,216,231,203,223,169,22 1" href="Main" title="Main" />

<area shape="poly"#Radio coords="94,227,105,283,107,286,158,270,150,222" href="Radio" title="Radio" />

<area shape="poly"#Music coords="89,228,33,235,29,243,37,266,53,287,69,294,102,286" href="Music" title="Music" />

<area shape="poly"#TClear coords="170,317,190,361,182,364,128,339,125,333,126,325" href="Clear" title="Clear" />

<area shape="poly"#TClick_L coords="176,315,195,359,223,338,231,326,230,319,213,314" href="menue.html" title="Men&uuml" />

<area shape="poly"#TClick_R coords="617,315,597,312,579,313,565,317,561,323,566,334,585,350,598,357" href="Click_R" title="Click_R" />

<area shape="poly"#Writer coords="622,316,602,359,607,363,665,336,669,329,666,323,658,321" href="Writer" title="Writer" />

<area shape="poly"#Nr coords="568,105,577,190,572,267,701,312,766,259,757,115,734,51,601,83" href="Nr" title="Nr" />

<area shape="default" nohref="nohref" alt="" />
</map>
</div>
<!--Ende MapEdit-->

<!--Amfang IFrame-->
<center>
<div id="Ebene1" style="position:absolute; left:397; top:140">
<iframe src="main.html" width="213" height="255" scrolling="auto" frameborder="0">
Leider kann Ihr Browser keiner Inline-Frames anzeigen!</iframe>
</div>
</center>
<!--Ende IFrame-->
</center>

</body>
</html>

c4
15.11.2003, 20:56:05
Dem iframe gibst Du einen Namen und den Map-Links gibst Du noch ein target.

<iframe name='asd'>
</iframe>

<area href='' target='asd'>

CloneMatrix
15.11.2003, 21:28:11
Jetzt hab ich festgestellt dass, sich das iFrame noch bewegt wenn ich das Fenster kleiner mache was kann ich dagegen machen ?