Autor: MarcoMarx
Datum: 23.01.2005 08:54:31
Hi Meine Hompage lautet marcomarx.de
ich habe nun dort ein kleines problem was so aufgestrickt
ist: (frameset funzt:)
aber
<frameset rows="*,420px,*" frameborder="0" framespacing="0" scrolling="no">
<frameset cols="*,400px" scrolling="no">
<frameset rows="*,3" >
<frame src="ora.html" ></frame >
<frame src="black.html" scrolling="no"></iframe>
</frameset>
<frameset rows="*,60px" scrolling="no">
<frame src="ora.html" ></frame >
<frame src="e.html" scrolling="no"></frame >
</frameset>
</frameset>
<frame src="index2.html" scrolling="no"></frame>
<frameset cols="400,*px" scrolling="no">
<frameset rows="60,0px">
<frame src="f.html" ></frame >
<frame src="ora.html" scrolling="no"></frame >
</frameset>
<frameset rows="3,*">
<frame src="black.html" scrolling="no"></iframe>
<frame src="ora.html" scrolling="no"></frame >
</frameset>
</frameset>
</frameset>
frameset funzt:
aber
in index2.html habe ich eine javascript code :(funzt allein auch)
<script type="text/javascript">
<!--
function ZweiFrames(URI1,F1,URI2,F2) {
Frame1=eval("parent."+F1);
Frame2=eval("parent."+F2);
Frame1.location.href = URI1;
Frame2.location.href = URI2;
}
function ZweiFramesBack(F1,F2) {
Frame1=eval("parent."+F1);
Frame2=eval("parent."+F2);
Frame1.history.back();
if (!window.opera) window.setTimeout("Frame2.history.back()",10);
}
function ZweiFramesForward(F1,F2) {
Frame1=eval("parent."+F1);
Frame2=eval("parent."+F2);
Frame1.history.forward();
if (!window.opera) window.setTimeout("Frame2.history.forward()",10);
}
//-->
</script>
Nur wenn ich index2.html ins frameset setzte funzktioniert dieser javascript net mehr !
wer weiß rat ich bin überfragt ?
Hätte gerne das bei whyaids.de unter projects sich 2 frames gleichzeitg ändern wie stelle ich das den sonst an ?