Hallo Markus,
Die Frameinhalte stammen eigentlich alle aus derselben Domain...?
ich habe nur
<frame src="http://www.duckszone.com/volleysenoritas/index.htm" name="fid1" id="fid1" scrolling="Auto">
<frame scrolling="No" noresize src="http://www.nic.ch.vu/zk.html">
gesehen. Durch den Rest blicke ich so schnell nicht durch.
Gruß, Jürgen
Hey
Geh mal ganz nach unten, das bottom-frame verursacht meine Probleme...das ganze sieht etwa so aus...
<SCRIPT LANGUAGE=JAVASCRIPT>
<!--
var m=true;
function kader()
{
if (m)
top.windowleft.document.location.href = "team/team2.htm";
top.windowright.document.location.href = "team/team.htm";
}
var b=true;
function termine()
{
if (b)
top.windowleft.document.location.href = "spruch.htm";
top.windowright.document.location.href = "termine.php";
}
var v=true;
function saison()
{
if (v)
top.windowleft.document.location.href = "saison/spiele.htm";
top.windowright.document.location.href = "saison/spielberichte";
}
// -->
</SCRIPT>
</HEAD>
<BODY bgcolor="#66CCCC">
<img src="bilder/schrift_unten.jpg" width="510" height="35" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="72,-11,147,34" href="javascript:kader()">
<area shape="rect" coords="159,-11,237,33" href="javascript:termine()">
<area shape="rect" coords="261,-11,387,33" href="javascript:saison()">
</map>
Kann das Problem auch vom Imagemap kommen?