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

Related Questions

I have a table var with some rows but only one column of type
I have two strings that I need to pull data out of but can't
When upgrading from libxml2 2.6 to 2.7, some behavior changed for me. I've located
All the functions mentioned in this block are library functions. How can I rectify
Lately I bumped repeatedly into the concept of LFSR, that I find quite interesting
I am in looking for a buffer code for process huge records in tuple
I have a script which allows me to lookup for a hostname after inputting
I want to be able to pull the name of the file and url
I discovered Tapestry 5, quite recently, its clear separation between view and controller, the
First question on SOF, please be gentle if this may be a stupid question.

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.