Computerhilfen.de Logo
Forum
Tipps
News
Frage stellen

[HTML]src von iFrame durch Link in einem anderen Frame änderen?

Hey Leute,
hab da ein kleines Problem mit dem Verklinken von Dingen.

Also so siehts aus:

Index.html:

Zitat
<frameset cols="*,*"frameborder="0" framespacing="0" border="0" noframes>
<frame src="Navigation.html"  NAME="html_navigation" noresize scrolling=auto>
<frame src="Textfeld.html"  NAME="html_contents" noresize scrolling=auto>
</frameset>
Navigation.html:
Zitat
<table border="0" cellpadding="0" cellspacing="0" align=middle>
<tr><td><a href="../Inhalt/textfeld.html" target="html_contents"><img src="../Buttons/Button.bmp" border=0><a></td></tr>
</table>
Textfeld.html:
Zitat
<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
« RSS-Feed aus Datenbank erstellen[HTML]Tabellen cellspacing problem. »
 

Schnelle Hilfe: Hier nach ähnlichen Fragen und passenden Tipps suchen!