RE: Mail answer with subject

At 6:43p +0200 07/22/97, Rafael Cuesta wrote:
 > It worked correctly for me ... the only thing maybe:
 >
 >  <A HREF="mailto:someone@blabla.com?subject = This is the Subject">
 >
 > has spaces between subject and = and between = and This
 >
 > without these spaces I've tried to send myself an e-mail and it works
 > correctly with the required text already in the subject area of the answer;
 >
 > on the other hand I haven't the HTLM activated in Outlook Express Mail
 > (beta ie 4), I do not know in previous versions
 > I've tried also with the mail program of Netscape 4.01 and it works well
 > also

"This is the Subject" will become "ThisistheSubject" because spaces are
not allowed in URLs. If you need a space, you must escape it as %20 (see
RFC 1738 for more info).

__________________________________________________________________________
  Walter Ian Kaye <boo_at_best*com>    Programmer - Excel, AppleScript,
          Mountain View, CA                         ProTERM, FoxPro, HTML
 http://www.natural-innovations.com/     Musician - Guitarist, Songwriter

Received on Tuesday, 22 July 1997 15:58:08 UTC