Michael: Button

hi!

warum geht das hier nicht:

<html>
<body>
<form name="Testform" action="">
<a href="http://edonkey-heaven.de/top/topsites.cgi?klick=237" target="_blank" name="Button"><img src="http://edonkey-heaven.de/top/topsites.cgi?button=show" alt="VoTe 4 US @ EselListe" border="0"></a>
</form>
<script type="text/javascript">
<!--
window.setTimeout("document.Testform.Button.click()",1000);
//-->
</script>
</body>
</html>

danke

  1. Hallo.

    warum geht das hier nicht:

    Weil...

    <a href="http://edonkey-heaven.de/top/topsites.cgi?klick=237" target="_blank" name="Button">
    [...]
    </a>

    ...nicht mal annähernd ein Button ist.

    => http://selfhtml.teamone.de/javascript/objekte/elements.htm#click

    Gruß
    Norbert