Hokay, this seems like it should be simple, yet I cannot figure out what I messed up on. I have a simple email link on a page. I created it as a button and added the following action:

on (release) {
getURL("mailto:[email protected]", "_blank");
}

However, when I test it, i get a RUNDLL error.

Any help would be greatly appreciated!