Write a javascript function to validate a text-field on a


Write a JavaScript function to validate a text-field on a form that is to hold an email address. Now when writing this JavaScript function bear in mind that you won't be able to fully validate it unless you manage to interrogate the server in which it's supposed to reside. This is almost impossible, so the validation should check that the contents of the text-field only looks like a valid email address. email addresses look like the following

[email protected]

[email protected]

[email protected]

[email protected]

etc ...

Submit a html file with a form containing an email text-field, and the JavaScript code that called to validate the text-field when the

form is submitted. (so I can easily test it).

If you use sources from the Internet please submit a reference!!! Otherwise submit only original solutions!

 

Solution Preview :

Prepared by a verified Expert
Programming Languages: Write a javascript function to validate a text-field on a
Reference No:- TGS01245081

Now Priced at $20 (50% Discount)

Recommended (99%)

Rated (4.3/5)