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
Answers were Sorted based on User's Feedback
Answer / vijay
this below code is implemented to avoid special-char in a text field...do some change's to avoid char....
!(/^[A-zÑñ0-9-\s]*$/i).test(f.value)?f.value = f.value.replace(/[^A-zÑñ0-9-\s]/ig,''):null;
keep mailing...
if u have any doubt k ;)
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
function to combine two or more arrays
code to positioning of window in certain dimensions
write a program segment that will ask the user if he wants to computer the perimeter of the area of the triangle. if the perimeter is wanted, ask the measure of the three sides and compute for the perimeter. if the area is wanted, ask for the measures of the base and height and compute for the area. display the computed value
how to copy form data between different pages
Create a ViewState Property?
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
code to get the coordinates of a Click Event
how to Auto Scroll the page
write a program to detect the user's browser ?
Code to Block submission of form by pressing Enter Key
validation code / function to allow only NUmbers in a text box
how to Scroll a DIV content