I have been asked to create a button where the user clicks on it and it will attach to an email.
My code I am using is
this.mailDoc(true, "hidden [at] email [dot] com","hidden2 [at] email [dot] com",,"Submission form");
My question is my button is called btnSUBMIT. I am sort of new to javascript. How to I reference the button for this code?
Really confused.
Thanks for any help in advance.
Brad
If Acrobat, simply place that code in a Mouse Up JavaScript action for the button. Note that if it needs to work with Reader, the document has to be Reader-enabled.