Hi!
Hab ein kleines Problem. Ich möchte bei klick auf einen Link die 1.Datei in einem Frame laden und eine 2.Datei in einem anderen Frame.
Hier mein Javascript-Code:
Code
<script language="JavaScript" type="text/javascript">
function ZweiFrames(url1,frame1,url2,frame2) {
parent.frame1.location.href = url1;
parent.frame2.location.href = url2; }
</script>
Und hier der Aufruf:
Code
<BODY BGCOLOR="D7D7D7" LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD WIDTH=205 HEIGHT=10 COLSPAN=0>
<div style="padding-top:5px">
<font size="1">[b][i]
[img]../Bilder/Buttons/but_right.gif[/img]
<a href="javascript:ZweiFrames('../Fotos/formentera.html','bilder_menu','../Frames/bilder_back.html','bilder_back')">
Formentera
</a>
[/i][/b]</font>
</div>
</TD>
</TR>
</TABLE>
</BODY>
Alles anzeigen
Erwähnenswert wäre noch dass es sich nicht um Frames, sondern um iFrames handelt. Denke mal mein Prob liegt da...oder?
Bittte helft mir
Danke