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...

validation code / function to allow only NUmbers in a text box

Answer Posted / satish reddy

function isNumeric(keyCode)

{

if(keyCode==16)

isShift = true;



return ((keyCode >= 48 && keyCode <= 57 || keyCode ==
8 ||

(keyCode >= 96 && keyCode <= 105)) && isShift
== false);

}

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to Auto Scroll the page

2108


how to create a Custom Scrollbar

2596


code to detect availability of cookies

2236


how to create Expandable and Collapsible Menus

3295


how to create an anonymous function

2220


program to show a progress bar

2671


sample code to auto focusing the first field in a form

2540


Code to Block submission of form by pressing Enter Key

2552


communication between main window and new windows

2222


how to pass data between pages using Frames

2770


code to positioning of window in certain dimensions

2168


Reading which Non-Character Key was pressed

2292


code to sorting an array of objects

2531


write a code to generate pseudorandom numbes

2416


code to create a new window

2224