I got this Java script from another thread, but cant see why the CC input does not work! Any ideas???
form1.#subform[0].Button2::click - (JavaScript, client)
//Create a variable to hold the document object
var oDoc = event.target;
oDoc.mailDoc({
bUI: true,
cTo: fldTo.rawValue,
cCC: fldCC.rawValue,
cSubject: fldSubject.rawValue,
cMsg: fldMessage.rawValue
});
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi,
Just looking at the API try cCc:
...
cCc: fldCC.rawValue,
...
Niall
Views
Replies
Total Likes
Really, it was that simple!!!! Thanks so much, this
has been driving me crazy!!!
Thanks again
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies