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 / 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 |
Post New Answer View All Answers
Reading which Non-Character Key was pressed
how to get the User's Time of Day
Create a Menu that can be activated while clicking on Right Mouse button
code to positioning of window in certain dimensions
how to create Expandable and Collapsible Menus
code to keep a page Out of the browser history
code to get the coordinates of a Click Event
how to pass data between pages using Frames
code to sorting an array of objects
how to copy form data between different pages
how to create an anonymous function
code to create a new window
code to set the main window's size
write a code that user can choose/alter Body Text Size
maximizing the main window