Re: How to format text in a mailto:
- From: "Rik" <luiheidsgoeroe@xxxxxxxxxxx>
- Date: Sat, 24 Jun 2006 03:06:13 +0200
Martin Jay wrote:
In message <vuXmg.76531$S61.45263@edtnps90>, abc <abc@xxxxxxxx> writes
Could someone please help with a mailto actionOuch! Using the client's default email program in this way is very
<a
href='mailto:email@xxxxxxx&subject=$subject&body=$the_message'>mail
me</a>
<? $the_message=
" line 1\n"
." line etc.\n";
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
.
- Follow-Ups:
- Re: How to format text in a mailto:
- From: abc
- Re: How to format text in a mailto:
- References:
- How to format text in a mailto:
- From: abc
- Re: How to format text in a mailto:
- From: Martin Jay
- How to format text in a mailto:
- Prev by Date: Re: How to format text in a mailto:
- Next by Date: Re: Issues with array counts
- Previous by thread: Re: How to format text in a mailto:
- Next by thread: Re: How to format text in a mailto:
- Index(es):
Relevant Pages
|