Advertisement
Guest User

copy-to

a guest
Dec 6th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!----Added Custom Javascript Codes---------->
  2.  
  3.   <script>
  4. function sync()
  5. {
  6.   var n1 = document.getElementById('input_32');
  7.   var n2 = document.getElementById('input_29_donation');
  8.   n2.value = n1.value;
  9. }
  10. </script>
  11. <!----Added Custom Javascript Codes---------->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement