Heh, just tried it and it cures the problem!

My big problem was... I have an app that is hinged around using the CFTREE
java applet. Which, under normal circumstances, refuses to display half the
time. Specifically, if you load a template, go to another template, and
return to the original template, you don't get the CFTREE. Instead, you get
a grey box.

You can see this irritating phenomenon for yourself right in the CF
Administrator. Try to create a mapping and use the CFTREE control there. 

Well, anyhow, by appending that random "page_rnd" variable to my URL string,
the CFTREE displays faithfully, every time.

Of course, its a pretty cheesy fix; slapping a random var on the end of
every URL. But ultimately, hey, it works!

Alan McCollough
Web Programmer
Allaire Certified ColdFusion Developer
Alaska Native Medical Center

> -----Original Message-----
> From: McCollough, Alan [SMTP:[EMAIL PROTECTED]]
> Sent: Thursday, February 22, 2001 7:21 AM
> To:   Fusebox
> Subject:      RE: "Object Moved" Page in Netscrape
> 
> I've been plagued with a similar problem, with pages being cached, no
> matter
> how many of the classic "no_cache" type of meta tags I throw in.
> 
> I'm gonna try an experiment...
> 
> In app_globals, I'll create a variable call "page_rnd" and assign it a
> value
> of RandRange(1,999999). I'll append this variable to any jumps back to
> index.cfm.
> 
> I betcha it'll stop the problem, I'll post my results back here...
> 
> Alan McCollough
> Web Programmer
> Allaire Certified ColdFusion Developer
> Alaska Native Medical Center
> 
> > -----Original Message-----
> > From:       Clint Tillerson [SMTP:[EMAIL PROTECTED]]
> > Sent:       Thursday, February 22, 2001 4:03 AM
> > To: Fusebox
> > Subject:    Re: "Object Moved" Page in Netscrape
> > 
> > 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
> > 
> > 
> > On 21 Feb 2001, at 17:47, Chris Montgomery wrote:
> > 
> > > Has anyone encountered a page that says "'Object Moved' followed by
> > > 'This document may be found here'" when using Netscape? In my FB app,
> > > a fuseaction inserts a new record and then creates a couple of new
> > > directories. I'm seeing this page display after that. Using Netscape
> > > 4.76.
> > > 
> > 
> > 
> > 
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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