> Here's a RunRev script that you can try using revGoURL: > > --start of script -- look for line wraps in the script > on mouseUp > --format the url > --the subject value should not contain spaces. Therefore you will need to > replace spaces in the subject value with "%20". > put > "mailto:[email protected]?subject=sending%20email&[email protected]&[email protected]&body=This > is a test" into tURL > --launch default email system > --caveat emptor: the following command has been deprecated in v2.90, but > works none the less. > revGoURL tURL > end mouseUp > --end of script --
revGoURL is deprecated, but the "launch url" command is the modern equivalent. Sarah _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
