PDA

View Full Version : Email link



Valerie
01-22-2004, 11:45 PM
Hi,

How do I give a symbol (graphic) an email link?

Thanks,

Valerie

jeet
01-23-2004, 09:18 AM
Hi Valerie,

make a button and Use the below code to for a email button


on (release) {
getURL("mailto:email@domain.com");
}


regards
jeet