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

code to detect availability of cookies

1786


how to create Expandable and Collapsible Menus

2656


How to block double clicks

1622


how to pass data between pages using Frames

2149


how to create a Draggable element

1968






how to convert between arrays and strings

2111


code to create a new window

1754


how to pass data between pages using Cookies

1850


Create a ViewState Property?

2290


code to get the coordinates of a Click Event

1741


How to encode and decode URL strings?

1800


how to transform XML Data into HTML

1902


code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc

1740


how to Scroll a DIV content

2161


maximizing the main window

1636