Hello,
I'm using this script:
//Create a variable to hold the document object
var oDoc = event.target;
oDoc.mailDoc({
bUI: true,
cTo: "gs@fheg.follett.com" ,
cSubject: page1.top.posSub.storeNbr.rawValue + " " + page1.top.positioned.request.rawValue,
cMsg: "Please attach any specfic art files or logos to this email.",
});
For the user to click a Submit button and have an email created. However, the Outlook email window never opens.
I'd appreciate some help on what's wrong with my script. I've used it successfully before, so I'm stumped on what I've done to it.
Thanks,
MDawn