Email link

Hi again!
I made a button a link to an email using this script in action:

on (release) {
getURL(mailto:blablabla@blablabla.com);
}

When I save and publish I get no errormessage but when I click the button nothing happens!

I have outlook and have tried it on diffrent computers but nothin happens.

How come?