I had this problem before. It was caused by code being placed after the cflocation. I fixed it by making the cflocation the very last line of code running on the page before it redirects.
Hope this helps. Colin ----- Original Message ----- From: "Tony Weeg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, September 23, 2002 3:51 PM Subject: RE: IE6 and CFLocation > I know I have ran into that header crap on pages > that use cfform tags.....and when I posed > the question, I got no good answer..... > and for the record....not chtmlhead or cfhttp > anything, simply cfform tags, and cflocations. > > ..tony > > Tony Weeg > Senior Web Developer > Information System Design > Navtrak, Inc. > Fleet Management Solutions > www.navtrak.net > 410.548.2337 > > > -----Original Message----- > From: Mike Townend [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 23, 2002 10:47 AM > To: CF-Talk > Subject: RE: IE6 and CFLocation > > > Or CFHTMLHEAD ? > > Or basically anything where CF programatically adds code to the <head> > section of a page? > > > > -----Original Message----- > From: Tony Weeg [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 23, 2002 15:39 > To: CF-Talk > Subject: RE: IE6 and CFLocation > > > is it a page that uses cfform tags? > > tony > > Tony Weeg > Senior Web Developer > Information System Design > Navtrak, Inc. > Fleet Management Solutions > www.navtrak.net > 410.548.2337 > > > -----Original Message----- > From: Thomas Chiverton [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 23, 2002 10:36 AM > To: CF-Talk > Subject: IE6 and CFLocation > > > Is anyone else seeing issues with IE6 and the CFLocation tab, where IE > shows the "2nd" set of headers (i.e.: HTTP/1.1 200 OK > Server: Microsoft-IIS/5.0 > Date: Mon, 23 Sep 2002 14:29:20 GMT > Connection: close > ) at the top of the page it has been redirected to in the < cflocation > > ? > > I'm seeing this consistently on a site we're building here, and I'm > trying to avoid writing a < cf_location > that does: If (IE6.0) then > <evil java script refresh> else pass to cflocation fi > > Tom Chiverton > You don't have to be a mad scientist to believe in ColdFusion > > > > > > > > ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

