hi, Sunday, April 9, 2006, 7:58:05 PM, you wrote:
JS>>> In HTML, any & must be replaced with &, which includes & JS>>> characters in URIs. %26 is something else entirely - & is used as a JS>>> parameter separator to CGI applications, while %26 is a literal & JS>>> as part of a parameter text, and they aren't interchangeable. >> Exactly. > So, someone file a bug report. :-D steps to repro, exact ver? http://tbudl.com/bug.cgi?a=1&b=2%26c=3 goes to <p><a class=rvts11 href="http://tbudl.com/bug.cgi?a=1&b=2%26c=3">http://tbudl.com/bug.cgi?a=1&b=2%26c=3</a></p> as we see, it's as-is in the href part and &-ed in the text part. %26 remains literal all the way. -- regards, vitalie mailto:[EMAIL PROTECTED] ________________________________________________ Current version is 3.71.03 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

