Skip to content

Instantly share code, notes, and snippets.

@pabloprogramador
Created October 21, 2013 14:01
Show Gist options
  • Select an option

  • Save pabloprogramador/7084355 to your computer and use it in GitHub Desktop.

Select an option

Save pabloprogramador/7084355 to your computer and use it in GitHub Desktop.
Somente numero
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<input type="text" onkeypress='return event.charCode >= 48 && event.charCode <= 57'></input>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment