That was it!  Thank you to all who answered.

Athelene

-----Original Message-----
From: Nick Slay [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 4:54 PM
To: CF-Talk
Subject: Re: Newbie Question about Application.cfm


Hi Athlene,

The Application.cfm file should not have any HTML in the file, otherwise
that get's put on the page.

The CFAPPLICATION tag should be the first thing in the file.  After that you
can set your session variables, and output header code etc etc

Nick


> From: "Gieseman, Athelene" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Tue, 09 Jan 2001 15:51:53 -0600
> To: CF-Talk <[EMAIL PROTECTED]>
> Subject: Newbie Question about Application.cfm
> 
> I'm trying to use session variables for the first time.  I've gone into CF
> Administrator and registered the ODBC to use session and client variables.
> I also added an Application.cfm file to the top directory where the app
> resides.  The following is all I have in that file:
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <html>
> <head>
> <title>Application Template</title>
> </head>
> <cfapplication name="ISBudgetApp"
> clientmanagement="Yes"
> sessionmanagement="Yes"
> setclientcookies="Yes">
> <body>
> </body>
> </html>
> 
> The application seems to work fine until I refresh.  When I do that, the
> page just comes up blank, no error message, and the title on the browser
is
> "Application Template".
> 
> Sorry to ask what should be a simple question.  But I've read through my
> books and can't figure this out.  Help, please?
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to