Put the email address in the field and make it's style "Link". Lock the field. Then put this script in the field:
on linkClicked pLink revGoURL "mailto:" & pLink end linkClicked If you want to add a default subject use revGoURL "mailto:" & pLink & "?subject=Very important stuff" but this may not work with all emailers (although it shouldn't cause any problems). Note that this script assumes that any linked text is an email address. If you have other links, you will need to check pLink first to see how you should handle it. Cheers, Sarah On Wednesday, June 12, 2002, at 11:20 AM, Bob Arnold wrote: > Hello! > > How can I activate a text link in a field to send an email message? The > link > text would be an email address -- but how do I get the RR script to > open the > user's default email application and address a message to the > recipient? All > help will be immensely appreciated. > > Thanks in advance > > Bob Arnold > -- > Robert Arnold > Associate Professor of Film > Boston University > Tel (617) 353-7735 Fax (617) 353-1084 > http://people.bu.edu/rfarnold/ > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution > _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
