Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 162597
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T11:25:09+00:00 2026-05-11T11:25:09+00:00

Can someone show me some example for restricting user input (on input tag) in

  • 0

Can someone show me some example for restricting user input (on input tag) in Javascript?

Something that when we set the input (type=’text’) to only accept numeric, so it will ignore any other input except for numeric…

I think it’s handy for number input (such as zip, credit card, money, value, score, date etc…), and if you can please show me how to create input with pattern, something like:

 Please Input Date: |-----------------| |     /     /     | |-----------------| 

PS: I heard WebForms 2.0 will support this in the future… (Acid 3 compliant browser?)

input type=’date’
input type=’time’
input type=’number’
input type=’money’

But it was only news from future 😀

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T11:25:10+00:00Added an answer on May 11, 2026 at 11:25 am

    This might help you.

    http://www.w3schools.com/jsref/event_onkeydown.asp

    <html> <body>  <script type='text/javascript'> function noNumbers(e) { var keynum; var keychar; var numcheck;  if(window.event) // IE { keynum = e.keyCode; } else if(e.which) // Netscape/Firefox/Opera { keynum = e.which; } keychar = String.fromCharCode(keynum); numcheck = /\d/; return !numcheck.test(keychar); } </script>  <form> <input type='text' onkeydown='return noNumbers(event)' /> </form>  </body> </html> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone please show a simple, but complete example of how one could use
I know I can use something like MessageBox.Show(some error) but I'm talking about an
Can someone show me how to implement a recursive lambda expression to traverse a
Can someone show me how to get the top & left position of a
Can someone show me how to fix the width of a column in a
Can someone show me a regex to select #OnlinePopup_AFE53E2CACBF4D8196E6360D4DDB6B70 its okay to assume #OnlinePopup
Can someone show me the MySQL equivalent of the following statement (which works in
I am creating menus in WPF programatically using vb.net. Can someone show me how
After I upgraded to the beta, I'm having trouble with Html.RadioButtonList. Can someone show
Can someone give an example of a good time to actually use unsafe and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.