Replying to a couple replies here....

I seemed to have solved the problem. After searching the CF-Talk archives, I
came across a post (from Abraham Lloyd) back in August addressing this issue
(which appears to be the same thing Clint mentioned below). He suggested
appending a fake URL variable (?0=1) to the redirect address in the
CFLocation. I did that and it seems to be working (my URL now looks like
this: <cflocation url="index.cfm?0=1" addtoken="No">).

> -----Original Message-----
> From: Clint Tillerson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 22, 2001 7:03 AM
>
> I have just been introduced to this myself.  In my app, it was due to
> a <CFLOCATION>.  This happens in netscape when you cflocate
> to the same URL you are sitting at.  One work around that I am
> aware of, though I don't like it, is to add an arbitrary variable to the
> URL in the cflocation tag.  Just to make the URL different.
>
> I'm interested in hearing how others have dealt with this as well.
>
> clint

> -----Original Message-----
> From: Bert Dawson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 22, 2001 4:19 AM
>
<snip>
> It turned out to be caused by a meta tag someone had added:
> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
> removing it sorted the problem.
> Could that be it?
>

It's possible. I have this in the head of my documents, but decided to try
the fake URL solution above before removing it. Since that solution appears
to be working, I decided to leave the META tag in for now.

> Or are you using CFLOCATION with CFHTMLHEAD or CFHEADER? I've got
> a feeling
> that these can cause wierd things to happen, but this is just a
> suspicion...
>

No, I'm not using CFHTMLHEAD or CFHEADER.

Thanks to all who replied, I appreciate it.

Chris Montgomery             [EMAIL PROTECTED]

Web Development & Consulting http://www.astutia.com
Allaire Consulting Partner
210-490-3249/888-745-7603    Fax 210-490-4692
AIM: astutiaweb; ICQ: 7381282; Firetalk: Ag78



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to