I am getting "The page cannot be displayed" in IE and "This document contains no
data" in Netscape.  Here is my code for this page...

<cflock timeout="35" throwontimeout="No" name="Getthelogin" type="READONLY">
  <cfif IsDefined("Session.login")>
    <cflocation url="get_user_info.cfm?#thecfidstuff#" addtoken="No">
  <cfelse>
    <cfset session.checkout = "Yes">
    <cflocation url="sign_in.cfm?#thecfidstuff#" addtoken="No">
  </cfif>
</cflock>


Can anyone tell me why I am getting this?  I added the words test below this and
it worked....So I fooled around with it somemore and it stopped working.  I put
the word test back where it was and it still doesn't work.  I just don't
understand.....(I am also getting this on some other pages as well)


Thank for everyone's help..

Brian Yager
President - North AL Cold Fusion Users Group
Sr. Systems Analyst
NCCIM/CIC
[EMAIL PROTECTED]
(256) 842-8342
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to