[thelist] Re: [thelist] IE4 form action containing §

rudy r937 at interlog.com
Mon Oct 22 10:14:39 CDT 2001


> but does anybody know if there is a patch
> issued by MS to correct that bug?

hi billy

this is not a microsoft bug, it's a feature of http urls

an alternate solution to hidden fields is to escape the ampersands

instead of

    action="/dealer/dealers.asp?language=fr&section=presentation"

you could also try

   action="/dealer/dealers.asp?language=fr&section=presentation"

you'd need to do this if your asp page is explicitly looking for the
parameters in the url rather than as hidden fields

rudy





More information about the thelist mailing list