


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
Views
Replies
Sign in to like this content
Total Likes
I figured this out finally and it was totally my own fault. This field had a wrong path name:
page1.top.positioned.request.rawValue
Fixed now!
Thanks,
MDawn