Gimli
Mitglied
Ich bräuchte mal hilfe! bin ein absoluter anfänger in JS! Warum gibt er das nicht aus? da steht immer fehler auf der seite
Schonmal danke;)
Code:
<script type="text/javascript" language="javascript">
function type(number) {
document.entry.value=number;
}
type(1);
</script>
<input type="text" name="entry" value=""><br><br>
<input type="button" value="1" style="height:30px; width:30px;" onClick="type(1)">
Schonmal danke;)