Hi all below is the part of the java script in the send mail file "sendmail.html"
i want every mail that send from my server saying "Get your free E-mail"
so i edit the script and it work fine.
Except all the tag stay a live
<!--IMAIL.SendTo--> These always come up in all the space like
<!--IMAIL.SendCC--> To, CC and all the rest
function valsb(form)
{
var address = "";
var sendto = ""
var sendcc = ""
var sendbcc = ""
var j=0, k, n;
var tempbody
tempbody = form.text.value;
form.text.value = tempbody + "Get your free OmniCasino E-Mail
http://www.omnicasino.net/maillogin.asp";
<!--IMAIL.AttachValidation-->
form.button.value="send";
form.submit();
return true;
}