Schpringer
Mitglied
@Schpringer: Im Code finde ich überhaupt kein JavaScript
Ach mein Fehler!! Ich habe es ja nur Lokal. Klar findest du es im Internet nicht..
Hier der Code (Nur der spezielle Teil):
HTML:
<body>
<div id="logo"></div>
<div id="commontop">
<table border="0" cellspacing="0" cellpadding="0" height="16px" align="right">
<tr>
<td align="right" valign="top"><img src="http://www.tutorials.de/../images/pctle.gif" width="28" height="16" alt="" border="0"></td>
<td align="right" valign="top" bgcolor="#ffffff"><p class="small"><a class="small" href="http://www.tutorials.de/../sitemap.html">Sitemap</a> | </p><p class="small"><a class="small" href="http://www.tutorials.de/../archiv.html">Archiv</a> | </p><p class="small"><a class="small" href="http://www.tutorials.de/../impressum.html">Impressum</a> | </p></td>
</tr>
</table>
</div>
<div id="eyecatcher"></div>
<div id="eyecatchersmooth"></div>
<div id="eyecatchershade"></div>
<div id="eyecatchershade1"></div>
<div id="eyecatchershade2"></div>
<div id="eyecatchershade3"></div>
<div id="eyecatchershade4"></div>
<!-- Maintopic -->
<div id="menue"><ul><li><a class="maintopic" href="http://www.tutorials.de/../index.html">Home</a></li><li><a class="maintopic" href="http://www.tutorials.de/../ueber-uns/index.html">Über Uns</a></li><li><a class="maintopic" href="http://www.tutorials.de/../events/index.html">Events</a></li><li><a class="maintopic" href="http://www.tutorials.de/../pyramide/index.html">Pyramide</a></li><li><a class="maintopic" href="http://www.tutorials.de/../kontakt/index.php">Kontakt</a></li><li><a class="maintopic" href="http://www.tutorials.de/../media/index.html">Media</a></li><li><a class="maintopic" href="http://www.tutorials.de/../gaestebuch/index.php">Gästebuch</a></li><li><a class="maintopic" href="http://www.tutorials.de/../downloads/index.php">Downloads</a></li><li><a class="maintopic" href="http://www.tutorials.de/index.html">Livestream Summer Cup 2010</a></li><!-- Topic -->
<li><a class="topicsel" href="./index.php">Tisch 1</a></li><!-- Subtopic -->
<li><a class="topic" href="http://www.tutorials.de/tisch2/index.php">Tisch 2</a></li><li><a class="topic" href="http://www.tutorials.de/tisch-3/index.php">Tisch 3</a></li><li><a class="topic" href="http://www.tutorials.de/highbreaks/index.html">Highbreaks</a></li></ul>
<div id="htmlheader">
<META NAME="oben" CONTENT="no-cache">
<script type="text/javascript">
var IFrameTisch1 = null;
window.onload = function()
{
//alert(document.getElementById("Tisch1"));
IFrameTisch1 = document.getElementById("Tisch1");
window.setInterval("RefreshIFrame()", 3000);
}
function RefreshIFrame()
{
IFrameTisch1.location.reload();
}
</script>
</div>
Bitte entschuldige. Das ist deine erste Variante. Stehen die 3000 immer noch für Millisekunden? Nicht das es funktionieren würde und es einfach zu lange dauert.