Sorry. I was a bit unclear. What I'm wondering is - If the application.cfm code runs first do you need to put the doctype declaration as the first line of your application.cfm?
--- Yes (different cfapplication 'name' attributes). That's how I can tell that it is the wrong one. Thanks, Tom -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tim Lucas Sent: Friday, 11 June 2004 10:51 AM To: CFAussie Mailing List Subject: [cfaussie] Re: DOCTYPES and Application.cfm Tom MacKean spoke the following wise words on 11/06/2004 10:07 AM EST: > I read the other day that if the <DOCTYPE> declaration is not the very > first line of code, Explorer goes into 'quirks' mode. OK. But if I use > an Application.cfm file, doesn't that insert a block of code before > the first line of the template code? Would this affect Explorer? It's considered bad practice to output from your Application.cfm. What if you wanted to stream a binary file sometime down the track? Or serve up a JPEG? > Also. I am having weird troubles with my Application.cfm files. I have > two sites both stored in the wwwroot directory. Both have valid > Application.cfm files. On one site, when I preview a page for the > first time, the right user/password box comes up. Entering correct > values brings up the user/password box from the other site! I have > tried everything to figure out why. Even completely deleting the other > site's Application file won't fix it. Is it somehow caching somewhere > I can't find? The problem happens in both IE and Mozilla. Do they have different ? -- tim lucas http://www.toolmantim.com --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/ NOTICE: Medical and scientific information provided in print and electronically by Sydney IVF might not be relevant to your own circumstances and should always be discussed with your own doctor before you act on it. This communication is confidential and may contain copyright or otherwise protected information of Sydney IVF Limited or a third party. If you are not the intended recipient of this communication please immediately let us know by reply email or telephone us on +61 2 9221 5964, delete the communication and destroy all copies. --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
