Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <input type="button" onclick="recordToFilename(this);" id="submitdis" value="Enter Discount Price" />
  2.  
  3. var x = document.getElementById("submitdis");
  4. function recordToFilename(ele)
  5. {
  6. console.log(ele.id);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement