i want to make an e-mail button that when pressed opens a new mail window, with an specific email address
how con i do this???
i want to make an e-mail button that when pressed opens a new mail window, with an specific email address
how con i do this???
getURL("mailto:email@domain.com", "_blank")
exactly, but I always add on (release) in there.
on (release) {
getURL("mailto:email@domain.com", "_blank");
}
:: Copyright KIRUPA 2024 //--