From: Marc P. <ma...@an...> - 2003-01-20 14:35:38
|
> In the normal url's (between web page's) we have used &lang= etc. without > problems. > I have asked a few colleage's if they knew the problem from last year. > > They didn't knew the &action= problem but they did knew the &lang= > problem! > The solution is to use &lng= or something else instead. > > I don't know if it is a W3C standard or just a bug in a lot of mail > programs. I had a look at the W3C docs I could find on this and it looks like it is a bug in the HTML parser of the mail programs. As far as I can see there is no specification that reserves any query parameters in URIs. The lang= attribute in HTML is part of the HTML standard so this must be where email clients are getting confused. I found no mention at all of action= Marc |