May 9, 2001 #1 tyris Programmer Nov 2, 2000 311 FR hi all, is there a way to test if my input type="text" contains only float before to submit the form ? Best regards X-), Elise
hi all, is there a way to test if my input type="text" contains only float before to submit the form ? Best regards X-), Elise
May 9, 2001 #2 link9 Programmer Nov 28, 2000 3,387 US don't know about checking for float, specifically, but look into the javascript function, isNAN() to check to make sure something is numeric. And if you don't know of a good quick ref, check out http://www.devguru.com -- javascript section. It's great. Paul Prewett Upvote 0 Downvote
don't know about checking for float, specifically, but look into the javascript function, isNAN() to check to make sure something is numeric. And if you don't know of a good quick ref, check out http://www.devguru.com -- javascript section. It's great. Paul Prewett
May 9, 2001 Thread starter #3 tyris Programmer Nov 2, 2000 311 FR well thanks i gonna have a look at this and will let you know the final answer ) Best regards X-), Elise Upvote 0 Downvote
well thanks i gonna have a look at this and will let you know the final answer ) Best regards X-), Elise