|
-
Nov 20th, 2006, 03:04 AM
#1
Thread Starter
Member
javascript validaion problem
i am new in programming i want to do validation but
other code in my ff.js file like code for checking the empty field is working
but the below one for checking numeric fields not working
ph_r2 is text field where i want to enter the numeric only since it is for phone no
if (!isNum(document.frmemp.ph_r2.value))
{
alert("Pl Enter Numeric Values")
document.frmemp.ph_r2.focus();
return false;
}
p. help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|