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
sample code to auto focusing the first field in a form
maximizing the main window
how to pass data between pages using Cookies
how to Scroll a DIV content
write a code to generate pseudorandom numbes
Create a Menu that can be activated while clicking on Right Mouse button
code to images to rollover
code to detect availability of cookies
code to create a new window
communication between main window and new windows
create Drop-Down Navigation Menus
how to get the User's Time of Day
program to show a progress bar
write a code that user can choose/alter Body Text Size
Create a ViewState Property?