i am making a purchase sheet in html ,it contain names of
product(by selecting checkboxes),quantity(textbox) and
price(checbox), by using java script i am restricting the
user to prevent them to enter the wrong data ,so i made the
servlet were i am only able to prevent them to enter the
page in empty field , so my doubt is how do you prevent them
how to enter non numerical data in quantity field
Answer Posted / shivkumar
use isNumber() function to check whether entered data is non-
numerical ??
if it is then give an error
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
maximizing the main window
how to convert between arrays and strings
Code to Block submission of form by pressing Enter Key
program to bring a window to the front
how to pass data between pages using Cookies
how to create an anonymous function
advance the focus to next consecutive fields when Enter Key is pressed
Create a ViewState Property?
snippet to prevent submission of form when certain/any validations got failed
code to sorting an array of objects
code to images to rollover
How to block double clicks
create Drop-Down Navigation Menus
function to combine two or more arrays
how to create a Draggable element