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

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

1778


maximizing the main window

1821


code to images to rollover

2019


program to bring a window to the front

1764


how to convert between arrays and strings

2297


code to keep a page Out of the browser history

1815


Create a ViewState Property?

2443


how to transform XML Data into HTML

2085


advance the focus to next consecutive fields when Enter Key is pressed

1999


how to Scroll a DIV content

2337


code to sorting an array of objects

2162


How to encode and decode URL strings?

1973


code to create a new window

1930


how to pass data between pages using Cookies

2051


code to get the coordinates of a Click Event

1947