Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. value=a[5];   // a[5] is the count column
  2.  
  3. function boxCount(value)
  4. {
  5. document.getElementById('box').value=value;
  6. }
  7. <input type="text" name="box" id="box" onChange="boxCount(value)">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement