Sorry if this is a really dumb question, but in your .cfm template, you DO
have the "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 
Transitional//EN"> 
<HTML><HEAD> 
<META http-equiv=Content-Type content="text/html; 
charset=windows-1252"></HEAD> 
<BODY></BODY></HTML>" around the output don't you?  So that your output of
#myname# is between the body tags?

As I said if it's a totally obvious question I'm sorry.



Cheers,
Michael Kear
Windsor, NSW, Australia
AFP Webworks.




-----Original Message-----
From: ColdFusion Programmer [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, 19 August 2003 1:32 AM
To: CF-Talk
Subject: See a blank page when I run a .cfm file

I was having this problem with CFMX with Updater 3 installed, I updated to
CFMX 6.1 (Redsky) and still see a blank page when I run a .cfm file on a
browser. This is what I'm trying to do:

.cfm file
---------
<cfset myName = "TestUser">
This is a test <cfoutput>#myName#</cfoutput>
------

When I run this file on the browser I see a blank page. When I view the
source I see this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 
Transitional//EN"> 
<HTML><HEAD> 
<META http-equiv=Content-Type content="text/html; 
charset=windows-1252"></HEAD> 
<BODY></BODY></HTML>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com

Reply via email to