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
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists