|
From: | Yngve Svendsen |
Subject: | Re: gnatsweb/311: Mailto URLs don't work properly in MSIE |
Date: | Fri, 14 Dec 2001 12:03:04 +0100 |
At 13:30 12.12.01 -0700, Michael Richardson wrote:
MSIE can not expand + into a space in a mailto. %20 works however for all browsers. I do not know if this is the problem as the bug report is too terse.
There problem here is the 'Body' part of the URL. MSIE decodes the value of this parameter before sending it to the mailer. Thus, we actually need to decode this part of the mailto URL twice, once for the browser and once for the mailer, when the browser is MSIE. There are also several other small inconsistencies between browsers, so it is going to be a bit of a puzzle to make it work across most browsers. Basically, advanced mailto URLs constitute a very complicated scientific subject.
- Yngve
[Prev in Thread] | Current Thread | [Next in Thread] |