I have copied my web site on a CD with an Auto Run File and it is working perfectly except for the buttons that should bring up the default e.mail client.

I have used
on (release) {
getURL ("mailto:design@magdazone.com", "_blank");
}

But it is not working, what should I do, so that it works.

Magda