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


Please Help Members By Posting Answers For Below Questions

how to create Expandable and Collapsible Menus

2666


how to convert between arrays and strings

2121


code to positioning of window in certain dimensions

1680


Reading which Non-Character Key was pressed

1699


how to copy form data between different pages

1687






communication between main window and new windows

1719


program to bring a window to the front

1581


maximizing the main window

1645


code to detect availability of cookies

1796


write a code to generate pseudorandom numbes

1805


how to transform XML Data into HTML

1916


code to Hide and Show form controls

1818


code to set the main window's size

1717


program to show a progress bar

2138


how to create a Draggable element

1976