[thelist] object moved

Raymond Camden rcamden at allaire.com
Mon Jan 15 11:57:31 CST 2001


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   : jedimaster at allaire.com
ICQ UIN : 3679482

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

> -----Original Message-----
> From: thelist-admin at lists.evolt.org
> [mailto:thelist-admin at lists.evolt.org]On Behalf Of Cedric Wooding
> Sent: Monday, January 15, 2001 7:40 AM
> To: thelist at lists.evolt.org
> Subject: [thelist] 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
> cedric at torchbox.com
> www.torchbox.com
>
>
>
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list