HI guys
I'm having trouble with this code.
on (release) {
var address = "myemail@Gmail. com";
var caption = "Enquires:" ;
var message = "";
button.onReleas e = function() {
getURL("mailto: "+address+"?Sub ject="+caption+ "&body="+messag e);
};
}
I've named the instance "button" and placed this script on the button but when i publish and click. The email is activated and the correct email and subject appears but it also opens a redundant web browser as well....
Im very new to scripting and am struggling to work this out
Please help id be very grateful
Cheers
Jason
I'm having trouble with this code.
on (release) {
var address = "myemail@Gmail. com";
var caption = "Enquires:" ;
var message = "";
button.onReleas e = function() {
getURL("mailto: "+address+"?Sub ject="+caption+ "&body="+messag e);
};
}
I've named the instance "button" and placed this script on the button but when i publish and click. The email is activated and the correct email and subject appears but it also opens a redundant web browser as well....
Im very new to scripting and am struggling to work this out
Please help id be very grateful
Cheers
Jason
Comment