mail

u principu je kod isti kao u html oznaci samo sto ga ubacujesh na drugo mesto:

on (release) {
getURL("mailto:xxxx@me.com?subject=hello", "_blank");
}
 

Back
Top