Suche nach Datum: - 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 - 1 2 3 4 5 6 7 8 9 10 11 12 2014 2015 2016 2017 2018
Suche mit Schlüsselwort:
Suche nach Land: Schweiz Deutschland Österreich Andere
HTMLopen.de - Alles was ein Webmaster braucht
PCopen.de - PC LAN Netze und Netzwerke - alles was ein IT Profi und Systemtechnicker braucht
Kompatibilität: Ms Internet Explorer Dieses Beispiel zeigt, wie ein Button als Prozentzähler steht.
<script languange="JavaScript"> var nn=0, pause=100 function zaehler(){ document.formel.Button.value=Math.floor(nn)+"%"; nn++; if(nn <= 99){setTimeout("zaehler()",pause)} else{document.formel.Button.value="...fertig (Start)"; nn=0;} } </script> <form name="formel"> <input type=button value="Start" name="Button" onclick="this.blur(); zaehler()" style="width:140px; text-align:center"> </form>
Diplomarbeiten zum Runterladen: