Klick per Javascript
Published 2006-03-04, 00:02
<html>
<body>
<a href="index2.html" id="link">Link</a>
<script>
setTimeout("document.getElementById('link').click()",3000);
</script>
</body>
</html>
Topic(s): Kram
2 comments - :)
Published 2006-03-04, 00:02
<html>
<body>
<a href="index2.html" id="link">Link</a>
<script>
setTimeout("document.getElementById('link').click()",3000);
</script>
</body>
</html>
( 1 )
Hierzu ein Artikel auf SELFHTML:
http://de.selfhtml.org/javascript/objekte/all.htm#click
Läuft nur im IE und Opera…
Comment von Thomas am 4. März 2006
( 2 )
Stümmt…
Comment von Jan am 4. März 2006