Hello, I am on Win 7 and using Adobe LiveCycle 9.0.0.2, and have a big
problem. I have an e-mail button with the following
code:form1.#subform[0].Button1::click - (JavaScript, client)var
strToAddress2, subjtag2, strSubject2, strMessage2,
strMessage3strToAddress2 = "ADDRESS1@company.com";subjtag2 =
"SUBJECTTAG1 ";strSubject2 = "SUBJECTTAG2";strMessage2 =
txtMessage2.rawValue;strMessage3 = "\n\n**E-MAIL BODY
TEXT.**";event.target.submitForm({cURL:"mailto:"+ strToAddress2 +
"?subject=" + subjtag2 +...