#!/COMMUNITY
Members: 5374
davon online: 1
weitere User: 25
12.02.2012 / 09:52
Community-Member werden
|
Paßwort vergessen
|
OnlineMonitor (1)
Perl-Archiv
Forum
Javascript
Home
PERLscripts
PHPscripts
JAVAscripts
Hilfreiches
Links2www
Newscenter
Community
Interna
Javascript
Archivübersicht
Tutorials
Zum Forum
JS-Links
BuchTipps
WebForen
Forenübersicht
Neueste Themen
Ohne Antwort
Aktivste Themen
Themensuche
Forenarchiv
Newsgroups
Javascript » Formulare » Zahleneingabefeld
zur Übersicht
Kategorie
Formulare
Bezeichnung
Zahleneingabefeld
ScriptDemo
Neues Fenster für Demo öffnen
Statistik
12548 Aufrufe davon 1x gestern
Keine Beschreibung vorhanden.
Javascript-Quellcode
(einfach markieren, kopieren und lokal abspeichern)
<form name="test"> <input size="10" name="Ausgabe" readonly><br> <table border="0"> <tr> <td> <input style="height:20px;width:20px" type="button" name="zahl" value="1" onClick="this.form.Ausgabe.value=this.form.Ausgabe.value+1"> </td> <td> <input style="height:20px;width:20px" type="button" name="zahl" value="2" onClick="this.form.Ausgabe.value=this.form.Ausgabe.value+2"> </td> <td> <input style="height:20px;width:20px" type="button" name="zahl" value="3" onClick="this.form.Ausgabe.value=this.form.Ausgabe.value+3"> </td> </tr> <tr> <td> <input style="height:20px;width:20px" type="button" name="zahl" value="4" onClick="this.form.Ausgabe.value=this.form.Ausgabe.value+4"> </td> <td> <input style="height:20px;width:20px" type="button" name="zahl" value="5" onClick="this.form.Ausgabe.value=this.form.Ausgabe.value+5"> </td> <td> <input style="height:20px;width:20px" type="button" name="zahl" value="6" onClick="this.form.Ausgabe.value=this.form.Ausgabe.value+6"> </td> </tr> <tr> <td> <input style="height:20px;width:20px" type="button" name="zahl" value="7" onClick="this.form.Ausgabe.value=this.form.Ausgabe.value+7"> </td> <td> <input style="height:20px;width:20px" type="button" name="zahl" value="8" onClick="this.form.Ausgabe.value=this.form.Ausgabe.value+8"> </td> <td> <input style="height:20px;width:20px" type="button" name="zahl" value="9" onClick="this.form.Ausgabe.value=this.form.Ausgabe.value+9"> </td> </tr> <tr> <td colspan="2" align="right"> <input style="height:20px;width:20px" type="button" name="zahl" value="0" onClick="this.form.Ausgabe.value=this.form.Ausgabe.value+0"> </td> <td> <input style="height:20px;width:20px" type="button" name="zahl" value="C" onClick="this.form.Ausgabe.value=''"> </td> </tr> </table> </form>
Kommentare zu
Zahleneingabefeld
0 Kommentar(e) vorhanden / Anzeige der neuesten 5
Noch keine Kommentare zu diesem Javascript vorhanden.
Alle Kommentare anzeigen
-
Kommentar hinzufügen
© PERL/CGI/
PHP
/JS/SCRIPT/unity.de 1998-2009 .::.
interaktiv.shop
.::.
CGI-Service
.::.
Kontakt
.::.
Impressum
Link: /javascript/scripts/javascript_0233_main.shtml .::. Aufrufe heute: 1 .::. Aufrufe gesamt: 9261