Advertisement
Guest User

Bug FF input number 3 decimals

a guest
Nov 14th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.26 KB | None | 0 0
  1. <html>
  2. <head>
  3. </head>
  4.  
  5. <body>
  6. <form>
  7. <input id="num" type="input" step="0.001"/>
  8. <button onclick="document.getElementById('label').innerHTML=document.getElementById('num').value; return false;">click</button>
  9. </form>
  10. <span id="label"></span>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement