Posted by Rik on 06/24/06 01:06
Martin Jay wrote:
> In message <vuXmg.76531$S61.45263@edtnps90>, abc <abc@arcor.de> writes
>> Could someone please help with a mailto action
>> <a
>> href='mailto:email@dot.com&subject=$subject&body=$the_message'>mail
>> me</a>
>> <? $the_message=
>> " line 1\n"
>> ." line etc.\n";
> Ouch! Using the client's default email program in this way is very
> unreliable. Not everyone has a (default) mail program, and not all
> mail programs understand 'body=.' :(
It wouldn't be my choice either.
> But if you still want to go down that route replace \n at the end of
> each line with %0d.
And in general: urlencode()
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|