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

  • Home
  • SEARCH
  • 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

Ask A Question

Stats

  • Questions 218k
  • Answers 218k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer $pattern = '/[aeiouéáíúó]/'; Use the u modifier to get Unicode-aware… May 12, 2026 at 11:35 pm
  • Editorial Team
    Editorial Team added an answer Name the tests you want to run first with a… May 12, 2026 at 11:35 pm
  • Editorial Team
    Editorial Team added an answer In a .htaccess file, you can use this to define… May 12, 2026 at 11:35 pm

Related Questions

This question is related with one of my earlier questions.. Previous Post In there
I have an HTML content which is entered by user via a richtext editor
I actually have two questions regarding exception/error handling in the iPhone app that I
Please note that Object.Watch and Object.Observe are both deprecated now (as of Jun 2018).

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.