inputan hanya angka nie untuk number

nie untuk int number


http://www.diskusiweb.com/discussion/14773/script-php-agar-text-field-hanya-bisa-menerima-input-angkabilan/p1

 <input type="number" class="form-control" id="nourut" placeholder="Masukkan no urut Menu" onkeyup="this.value=parseInt(this.value)"/>


onkeyup="this.value=parseInt(this.value)"

<input type="text" placeholder="024123456" class="form-control" name="tlp" value="" onkeypress="return isNumberKey(event);" maxlength="15" >    

Subscribe to receive free email updates:

0 Response to "inputan hanya angka nie untuk number"

Post a Comment