How can you make an e-mail link so when you click the link the e-mail forum pops up. Because a normal link does not work.
Apply this to your link:
on (release) {
getURL("mailto:[email protected]");
}
you can also add subject as such:
on (release) {
getURL("mailto:[email protected]?subject=need your web design skills");
}
need your web design skills
lol
thanks, yall