<< mailto:[EMAIL PROTECTED]?Subject=Test?Body=Test then the subject is
Test?Body=Test
Is there any way to combine the two features. I'm sure there would be. It
seems to me that I need to add some sort of separator but I don't know what.
>>
This is a guess based on how URLs are generally formed, but I would try:
mailto:[EMAIL PROTECTED]?Subject=Test&Body=Test
URLs normally separate arguments (everything after the "?") with "&".
For example, cgi requests usually look something like:
http://www.somewhere.com/cgi-bin/search?param1=value1¶m2=value2...
Note that you may need to urlEncode the subject and body contents if they are
more than one word or contains special characters.
HTH,
Brian
Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.