You get it because you (may) be cflocating to the same page your on. Try
adding a random value to the url.

<CFLOCATION URL="editpage.cfm?ray=#RandRange(1,20000)#">



=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Allaire

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda

> -----Original Message-----
> From: Cedric Wooding [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 15, 2001 7:40 AM
> To: CF-Community
> Subject: Object Moved
>
>
> Hi all,
> Does anyone know of the Object Moved page in Netscape 4.? I get it when I
> use the following code:
>
> <cfquery name="blahblah" datasource="#application.dsn#">
> SELECT accesser_id
> FROM t_pages
> WHERE accesser_id = #session.accesser_id#
> </cfquery>
>
> <cfif blahblah.recordcount is "1">
> <cflocation url="editingpage.cfm">
> </cfif>
>
> <cfif blahblah.recordcount is "0">
> <cflocation url="addingpage.cfm">
> </cfif>
>
> Instead of relocating, I get the following where HERE is a link
> to the page
> it should have relocated to.
>
> Object Moved
> This document may be found HERE.
>
> thanks in advance
>
> Cedric
> [EMAIL PROTECTED]
> www.torchbox.com
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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