Thomas wrote:

>Neil <[EMAIL PROTECTED]> wrote in message 
>news:<alaaj5$cck$1$[EMAIL PROTECTED]>...
>  
>
>>Thomas wrote:
>>
>>>I want to create an e-mail-link in a php-script for users of my website. The e-mail 
>includes a subject and a body like 
>mailto:[EMAIL PROTECTED]?subject=Raumreservierung&amp;body=Sehr%20geehrter%20Herr%20Goettlich,%0D%0AIch%20m%F6chte%20diesen%20Raum%20reservieren.
>>>
>>Mozilla 1.1 uses true UTF-8 URLs so your example should be
>>mailto:[EMAIL PROTECTED]?subject=Raumreservierung&amp;body=Sehr%20geehrter%20Herr%20Goettlich,%0D%0AIch%20m%C3%B6chte%20diesen%20Raum%20reservieren.
>>    
>>
>O.K. It's works. But now it's another problem. I have many users (more then 8000). I 
>don't know which client is in use (there is a firewall between). Must I make a link 
>for every browser or is there a standard (RFC 2368?)?
>  
>
Try using an HTML entity instead:
mailto:[EMAIL PROTECTED]?subject=Raumreservierung&amp;body=Sehr%20geehrter%20Herr%20Goettlich,%0D%0AIch%20m&ouml;chte%20diesen%20Raum%20reservieren.

-- 
Warning: May contain traces of nuts.


Reply via email to