Hallo,
ich habe auf der FAQ-Seite von selfhtml einen Script gefunden, mit Hilfe dessen ich mit einem Klick den Inhalt von 2 Frames ändern kann. Diesen Script habe ich in meine Homepage eingebaut, habe aber viele Probleme damit. Die Navigation mit dem Script funktioniert zwar auf meinem Computer, bei den meisten anderen Benutzern meiner Homepage funktioniert der Script aber nicht.
Könnte sich bitte mal jemand von euch meinen Quelltext anschauen und mir sagen, ob der Fehler am Script liegt, oder ob ich einen Fehler gemacht habe.
Danke im Vorraus
Adresse zum Problem: http://julianstark.ju.funpic.de/index2_v2.htm
Quelltext:
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>WWETheBest.de ..:: WWE Video Covers, Aufkleber, Fonts, Wallpapers, ...</title>
<link rel="stylesheet" type="text/css" href="style/index_v2_new.css">
<style type="text/css">
body {
background-image:url('v2_bg_new.jpg'); background-repeat:no-repeat;
background-attachment:fixed; background-position:0px 10px; }
</style>
<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;
}
//-->
</script>
</head>
<body>
<div id="topbox">
<iframe name="topbanner" src="pics/home-top.htm" marginwidth="1" marginheight="1" align="center" border="0" frameborder="0" height="117" width="565" scrolling="no">
N. I.</iframe>
</div>
<div id="navbox" style="background:none">
<p id="navigation">
<a href="javascript:ZweiFrames('news/','mainframe','pics/home-top.htm','topbanner')">HOME</a> |
<a href="javascript:ZweiFrames('videoaufkleber.htm','mainframe','pics/home-top.htm','topbanner')">VIDEOSTICKERS</a> |
<a href="javascript:ZweiFrames('covers.htm','mainframe','pics/covers-top.htm','topbanner')">VIDEOCOVERS</a> |
<a href="javascript:ZweiFrames('fonts1.htm','mainframe','pics/home-top.htm','topbanner')">FONTS</a> |
<a href="javascript:ZweiFrames('links.htm','mainframe','pics/home-top.htm','topbanner')">LINKS</a> |
<a href="http://board.wwethebest.de" target="_blank">FORUM</a>
</p></div>
<div id="mainbox" style="background:none">
<iframe name="mainframe" src="news/" marginwidth="1" marginheight="1" align="center" border="0" frameborder="0" height="339" width="590">
Ihr Browser unterstützt Inlineframes nicht oder zeigt sie in der derzeitigen Konfiguration nicht an.</iframe>
</div>
<div id="promobox" style="background:none">
<iframe name="promo" src="promo.htm" marginwidth="1" marginheight="1" align="center" border="0" frameborder="0" height="151" width="195" scrolling="no">
Ihr Browser unterstützt Inlineframes nicht oder zeigt sie in der derzeitigen Konfiguration nicht an.</iframe>
</div>
<div id="shoutbox" style="background:none">
<iframe name="shoutbox" src="shoutbox.htm" marginwidth="1" marginheight="1" align="center" border="0" frameborder="0" height="336" width="168" scrolling="no">
Ihr Browser unterstützt Inlineframes nicht oder zeigt sie in der derzeitigen Konfiguration nicht an.</iframe>
</div>
<div id="cbox" style="background:none; text-align:right"><p id="copyright">©2004 WWETheBest.de - All Rights Reserved.</p></div>
</body>
</html>