Advertisement
Guest User

test

a guest
Nov 22nd, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <input type="button" style="height:50px; width:141px" value="BACKSPACE" name="backspace" onClick="document.vform.mvar.value = document.vform.mvar.value.substring(0,document.vform.mvar.value.length*1 -1)">
  2.  
  3. <input type="reset" style="height:50px; width:141px" class="fbutton" name="RESET" value="RESET" id="RESET" onClick=addCharacter(this); />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement