At 09:59 PM 7/27/2002 +0900, Thomas Fisher wrote the following: >I need a fresher. >I had the line you can add to a desktop shortcut to automatically open an >email message with the TO:, CC:, BCC: Subject, and even body text already >filled in, but I've lost it somewhere. >I know that when creating the shortcut, you add mailto:[EMAIL PROTECTED], >but I don't remember how to get the other fields to work. If I remember >correctly, you need to include the "&" before each, but I don't know which >part of the line I currently have isn't working. > >Here is what I have: > >mailto:[EMAIL PROTECTED];&cc:[EMAIL PROTECTED];&bcc:anotherperson@yahoo. >com;&subject:hello;&body:"Hello!" > >Any takers?
mailto:[EMAIL PROTECTED]?subject=Subject of e-mail message&cc=cc field names and addresses&bcc=bcc field names and addresses&body=Body text of message First field after mailto address uses a question mark ("?)", all other field names then use ampersand field name equal sign ("&cc=", etc). The ?QUERY string will begin with ?variable=value followed by one or more &variable=value pairs. This convention follows rules established for Form Action excerpted from RFC1866: Hypertext Markup Language - 2.0 ============= PCWorks Mailing List ================= Don't see your post? Check our posting guidelines & make sure you've followed proper posting procedures, http://pcworkers.com/rules.htm Contact list owner <[EMAIL PROTECTED]> Unsubscribing and other changes: http://pcworkers.com =====================================================
