I am desperately trying to create a button who will open the e-mail program, when you click on it.
I got my button, but it doesn’t work.
I put the skript
on release () {
getURL (mailto:me@provider.de);
}
on the button.
It doesn’t work. Who can help me on thos???