Problem of character

  • Thread starter Thread starter Nicolas
  • Start date Start date
N

Nicolas

I got an hyperlink in my aspx page which open the email app as follow:
Source Code in IE
<A HREF="mailto:[email protected]?subject=Demande d'information sur bien
506&Body=Il s'agit d'une propriété etc...">myName.</A>

Text in Outlook
Subject: Demande d'information sur bien 506
Body: Il sâ?Tagit dâ?Tune propriété etc...

Why does the Text in the body change with those strange code as in the
source it is ok?
I'm using globalisation but still shouldn't give me this kind of problem as
in the source code from IE the text is ok.

Any help will be useful.
 
I don´t know about you question.

But if you put mail links in you web-page like that. You will be wery likely
to sudenly get a lot of spam.

You can put in the link using javascript to avoid this anoying thing.
 
Back
Top