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
code to create a new window
how to create a Draggable element
how to create an anonymous function
code to set the main window's size
How to block double clicks
how to pass data between pages using Frames
how to create Expandable and Collapsible Menus
how to Scroll a DIV content
snippet to prevent submission of form when certain/any validations got failed
code to positioning of window in certain dimensions
code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc
how to copy form data between different pages
maximizing the main window
advance the focus to next consecutive fields when Enter Key is pressed
code to Hide and Show form controls