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
write a code that user can choose/alter Body Text Size
maximizing the main window
code to images to rollover
program to bring a window to the front
how to convert between arrays and strings
code to keep a page Out of the browser history
Create a ViewState Property?
how to transform XML Data into HTML
advance the focus to next consecutive fields when Enter Key is pressed
how to Scroll a DIV content
code to sorting an array of objects
How to encode and decode URL strings?
code to create a new window
how to pass data between pages using Cookies
code to get the coordinates of a Click Event