Well, there's one issue. You used sect as a URL variable, which is a 'bad' thing. One of the helpful things Internet Explorer did in a particular past version, was 'fix' your URL. See how sect=pub has become weird-symbol (Character 167 my ASCII friends, achieved as a HTML entity by §)? It's kinda due to the ampersand before it. Not sure if that's the problem in this case, or if it was actually the program you sent the email in that did the 'correction', or if it's completely unrelated to this variable at this time. My guess is the ColdFusion error occured when manipulating either your sect variable or the now weird faction variable.
Of course, this is from memory of a problem I had 3 years ago maybe, so memory could be foggy. Try rewriting the URL and putting sect at the beginning of the Querystring, immediately after the '?', so it doesn't have an ampersand before it and see if you have any issues. A couple of things to think about: Why in the world did IE translate HTML entities in the URL? Why in the world did IE translate HTML entities without a ; on the end? -The silent guy, Matt (You don't remember me, do you?) > Hi guys, > > > > I hope some one can assist or give me direction. I am receiving errors > (see below) on a site and I believe it is due to the url strings not > rendering corectly within the browser > > The common element appears to be win95 and ie4 > > > > I have the page charset set to iso-8859-1 > > > > Any ideas anyone anyone > > > > regards > > > > trent > > > > > > > > > > > > > > ID=30575&CFTOKEN=13930792 > PATH_INFO = /index.cfm > query_string = faction=DevelopingAPlan§ion=pub&location=forPartners > HTTP_USER_AGENT = Mozilla/4.0 (compatible; MSIE 4.01; Windows 95; Optus > Internet 4.01 SP1) > REMOTE_ADDR = 203.164.177.38 > HTTP_REFERER = index.cfm?faction=forPartners�=pub&location=forPartners > > > > Trent Shepherd > > SeaSpray technology & design > > cell: 0412 245 212 > > phone:4285 8793 > > email: [EMAIL PROTECTED] > > > > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
