Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Reading which Non-Character Key was pressed

2301


how to get the User's Time of Day

2175


Create a Menu that can be activated while clicking on Right Mouse button

2201


code to positioning of window in certain dimensions

2175


how to create Expandable and Collapsible Menus

3302


code to keep a page Out of the browser history

2132


code to get the coordinates of a Click Event

2271


how to pass data between pages using Frames

2783


code to sorting an array of objects

2542


how to copy form data between different pages

2384


how to create an anonymous function

2226


code to create a new window

2229


code to set the main window's size

2376


write a code that user can choose/alter Body Text Size

2090


maximizing the main window

2118