
trotzdem danke fuer den tipp

<input type="button" value="-" name="kit_minus"
onClick="document.form.quantity.value--">
<input type="text" name="quantity" size="5" value="1">
<input type="button" value="+" name="kit_plus"
onClick="document.form.quantity.value++">
Einen Kommentar schreiben: