Hi SriniI'm showing my 'begginer status' here I copied and pasted your
code in and tried to change to match my form now when I press the submit
button I get a message "Submit Cancelled', now get no email at all.Sorry
I'm at a very early stage of learning.var strToAddress, strCCAddress,
strSubject, strMessagestrToAddress = rarcher@oakdaletas.org;strCCAddress
= ListBox1.rawValue;strSubject = Annual Leave Application;strMessage =
Thank You for your application, it will be dealt with as soon as
possible;event.target.submitForm({cURL:"mailto:"+ strToAddress + "?cc="
+ strCCAddress + "&subject=" + strSubject + "&body=" +
strMessage,cSubmitAs:"PDF",cCharset:"utf-8"});//this.resolveNode("#event").submit.target
= "mailto:"+ strToAddress + "?cc=" + strCCAddress + "&subject=" +
strSubject + "&body=" + strMessage;