Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2.  
  3. <input class="button" type="button" onclick="shownewData('NAME', 23)" value="NAME"/>
  4.  
  5.  
  6.  
  7. <input class="button" type="button" onclick="second()" value="Voice 2nd"/>
  8.  
  9. function second(){
  10. shownewData(NAME, numbertocalcwith);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement