Hey Leute,
hab da ein kleines Problem mit dem Verklinken von Dingen.
Also so siehts aus:
Index.html:
<frameset cols="*,*"frameborder="0" framespacing="0" border="0" noframes>Navigation.html:
<frame src="Navigation.html" NAME="html_navigation" noresize scrolling=auto>
<frame src="Textfeld.html" NAME="html_contents" noresize scrolling=auto>
</frameset>
<table border="0" cellpadding="0" cellspacing="0" align=middle>Textfeld.html:
<tr><td><a href="../Inhalt/textfeld.html" target="html_contents"><img src="../Buttons/Button.bmp" border=0><a></td></tr>
</table>
<IFRAME SRC="blabla2.html" WIDTH=670 HEIGHT=480 style="position:absolute; top:80px; left:40px">
Okay... Ich will das "Button.bmp" in Navigation.html die source von "Iframe" in Textfeld.html ändern soll. Wie mache ich das?
Wenn es irgendwelche "verständniss" Fehler gibt, bitte fragen.
Danke im Voraus!
Aydo