hello guys can anyone help me out .............................
that in this code i want that as soon as user done with registration on his email id mail has to be deliverd with welcome message and username and password and on mobile also can anyone can re-code to it in this format................and in that mail one link should be there which will redirect directly for login......can anyone help me out
function err()
{
var a=document.myfrm.txt8.value;
var b=document.myfrm.txt9.value;
if(a!=b)
{
alert("password and re-password is not match");
return false;
}
return true;
}
hello guys can anyone help me out .............................
that in this code i want that as soon as user done with registration on his email id mail has to be delivered with welcome message and username and password and on mobile also can anyone can re-code to it in this format....and in that mail one link should be there which will redirect directly for login......
Replies
Know the answer? Post it — somebody with the same question will find it here.