Re: [WebDNA] Non-numbers entered into a field that asks for a number
This WebDNA talk-list message is from 2008
It keeps the original formatting.
numero = 101587
interpreted = N
texte = Have you tried using JavaScript validation?function isNumeric(elem, errMsg){var numericExpression = /^[0-9]+$/;if(elem.value.match(numericExpression)){return true;}else{alert(errMsg);elem.focus();return false;}}MarcKi Song wrote:> On our add to cart form, we have a text field that requires a customer > to enter the quantity of an item (it defaults to a quantity of 1). If a > customer accidentally enters a letter, or any non-number, it looks like > it converts that non-number to a random number.> > What is the best way to code the page so that the customer can't enter a > non-number into the field?> -- -------------------------------------------Marc ThompsonSoftware EngineerOffice of Information TechnologyUniversity of Utah801.585.9264marc.thompson@utah.edu-------------------------------------------
Associated Messages, from the most recent to the oldest:
Have you tried using JavaScript validation?function isNumeric(elem, errMsg){var numericExpression = /^[0-9]+$/;if(elem.value.match(numericExpression)){return true;}else{alert(errMsg);elem.focus();return false;}}MarcKi Song wrote:> On our add to cart form, we have a text field that requires a customer > to enter the quantity of an item (it defaults to a quantity of 1). If a > customer accidentally enters a letter, or any non-number, it looks like > it converts that non-number to a random number.> > What is the best way to code the page so that the customer can't enter a > non-number into the field?> -- -------------------------------------------Marc ThompsonSoftware EngineerOffice of Information TechnologyUniversity of Utah801.585.9264marc.thompson@utah.edu-------------------------------------------
Marc Thompson
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
TCPConnect & Post (2002)
Feature request (1998)
[WebDNA] mail rejection woes (2019)
Bug Report, maybe (1997)
Emailer compatibility..... (1998)
PSC recommends what date format yr 2000??? (1997)
Providing hard copy of database to client (1997)
[carts] and databases (1997)
WebCat b15 Mac plug-in (1997)
Payflow Pro on OSX (2003)
WebCat2 - [format thousands] (1997)
WebCat2b12 CGI Mac - [shownext] problem (1997)
[delete] problem (1997)
Virtual hosting and webcatNT (1997)
Search returns all, not 20 (1997)
[WebDNA] Still having problems (2008)
Carrying Forward (1998)
Almost a there but..bye bye NetCloak (1997)
Simple Page (2000)
japanese characters (1997)