Garth Wallace wrote: > Christoph Kaulich wrote: > >> Hello, >> >> I need a link, which was working in Netscape 4.x. It contains a line >> break in an email e.g.: >> >> mailto:[EMAIL PROTECTED]?subject=Test Subject&body=%0ATestID: >> 123456789%0Anumber of licenses: 2%0Aexpire date: 2002-12-14 >> >> >> This shou create a preform,atted mail which loos like that: >> >> to: [EMAIL PROTECTED] >> subject: Test subject >> body: >> TestID: 123456789 >> number of licenses: 2 >> expire date: 2002-12-14 >> >> But mozilla doesn't recognize the sequence %0A as a line break. Is >> there something I can do about? > > > IIRC a line break in email is a CRLF sequence. >
It is as well not working with the sequence %0D%0A which should be CRLF. Christoph
