[thelist] object moved

Cedric Wooding cedric at torchbox.com
Mon Jan 15 08:07:31 CST 2001


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






More information about the thelist mailing list