PDA

View Full Version : E-mail buttons


Rob_A
05-27-2002, 10:02 PM
I would very much like to make a button which uses the default mail program to automatically generate a mail to a pre-defined address.
I should be very grateful if someone could help me with this as I've tried searching random sites before chancing on this one.
Must go and continue banging my head against a brick wall.

Cheers,

Rob

farafiro
05-28-2002, 06:18 AM
on (release) {
getURL("mailto:name@domain.com");
}

is it what u want??

Rob_A
05-28-2002, 11:06 AM
Thanks, I didn't realise it was that easy.
I was thinking 'Why can't it just be simple like HTML?'.
:D :D :D :D :D :D :D
You've made me very happy.

thanks,

Rob
(easily pleased)

farafiro
05-28-2002, 11:18 AM
Originally posted by Rob_A
:D :D :D :D :D :D :D
You've made me very happy.

that makes me happier

Abelius
05-28-2002, 06:43 PM
LOL :)