Using revGoURL to Make a mailto: Link |
|
If you want to add a default subject use:on linkClicked pLink revGoURL "mailto:" & pLink end linkClicked
revGoURL "mailto:" & pLink & "?subject=Very important stuff"
but this may not work with all emailers (although it shouldn't cause any
problems).