function sendEmail() { var link = "mailto:abcd@smtp.com" + "&subject=" + escape("This is subject") + "&body=" + escape("This is body"); var name = document.getElementById("First Name") window.location.href = link; }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)