Calendar Year: August, 2021 Archives List


Email Verification using JavaScript image JavaScript

Email Verification using JavaScript

Author image
By JOHN Tue, Aug 10, 2021 at 08:20 PM (3 years ago )
Updated On Fri, Nov 04, 2022 at 03:08 PM (2 years ago)

Protect fake email 

function validate_email() {

var request;

try {

request= new XMLHttpRequest();

}

catch (tryMicrosoft) {

try {

request= new ActiveXObject("Msxml2.XMLHTTP");
}

catch (otherMicrosoft) 
{
try {
request= new ActiveXObject("Microsoft.X...                          

Read More … 

Search


Find Us on Facebook

Subscribe for new Updates




Back to Top