At 9:01 AM -0800 11/7/02, Steve Messimer wrote: > put "mailto:"&it&"" into mailaddress -- this works OK > -- How do I load the Subject line of the email? > -- put "Assignment" into subject > -- How do I load the body of the email? > -- put field "Assignment" into body
Sooooon all your problems will be solved. ;-) (There's a new command in 2.0 that handles all these parameters for mail. Cross-platform, too.) Meanwhile, you can use the mailto: URL syntax to add a subject and body. Follow the email address with a question mark, then append "subject=" and your subject, "&", and "body=" and your body text. For example: mailto:jaed@;jaedworks.com?subject=The%20Readme%20File&body=Some%20text You'll need to URLencode the subject and body. -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] Runtime Revolution Limited - The Solution for Software Development http://www.runrev.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
