<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h1>Validate Email in JavaScript</h1> <input type="text" id="email" /> <button onclick="Validate()">Validate Email</button> <script> function Validate(){ var mail = document.getElementById("email").value; alert(ValidateEmail(mail)); } function ValidateEmail(mail) { var re = /^([\w-]+(?:\.[\w-]+)*)@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$/i; return re.test(mail); } </script> </body> </html>
Every Question..What does it mean? Why is this? How it works?
Microsoft .Net (pronounced dot (.) net) may be a package element that runs on the Windows software package.
.Net provides tools and libraries that change developers to form Windows package a lot of quicker and easier.
Microsoft describes it as:".Net is that the Microsoft internet Service strategy to attach data, people,
system and devices through software".I'm Choulla Naresh..!