hello, iam developing a website and i have a long form in tat. i have to validate all the fields. the method im using for validation is given below
validating the long form fields
5
hello,
iam developing a website and i have a long form in tat. i have to validate all the fields. the method im using for validation is given below
if(document.getElementById('user').value==''){
alert ('please enter the valid username');
}
how can we add more than one field by this method (is ter any method tat we can write in single line).
iam developing a website and i have a long form in tat. i have to validate all the fields. the method im using for validation is given below
if(document.getElementById('user').value==''){
alert ('please enter the valid username');
}
how can we add more than one field by this method (is ter any method tat we can write in single line).
- Roll3rBoX
- rajprince
- [1] reply
- dutchguy
- jerymac001 Banned
- [1] reply
- ricky pounting
- shorter Banned
Next Topics on Trending Feed
-
5