Simple question about email address link

I create a button so when user click on it, it suppose to send an email to the address.

This is the script that I use and I don’t understand why it doesn’t work.

on (release) {
getURL("mailto:creativecrossing@yahoo.com", “_blank”);
}