I removed the body tags but still end up with a blank page (something I
tried before).
When I view the source I pretty much get the same as below just without the
<body> tags...
It's almost as if CF is automatically inserting a standard blank template
before my code?


-----Original Message-----
From: Warrick, Mark [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 15, 2001 7:15 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: Cannot define a frameset in .CFM file?


You cannot use body tags in frameset pages.  That's why it's blank.

--------------------------------------------------------------
Mark Warrick
Phone: (714) 547-5386
Fax: (714) 972-2181
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--------------------------------------------------------------


> -----Original Message-----
> From: Kevin Gilchrist [mailto:[EMAIL PROTECTED]]
> Sent: Monday, January 15, 2001 12:38 PM
> To: CF-Talk
> Subject: Cannot define a frameset in .CFM file?
> 
> 
> Hi,
> 
> I'm trying to define some frames in a .cfm file and can't seem to get the
> frames to appear and end up with a blank page.  
> It works fine if I simply rename the .cfm file to .htm file.  
> What do I need
> to do?
> 
> The simple page I'm testing with looks like this:
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> 
> <html>
> <head>
>       <title>Untitled</title>
> </head>
> <!-- frames -->
> <frameset  rows="22%,*">
>     <frame name=""
> src="../../../Inetpub/wwwroot/dashboard_wip/mainheader.htm" 
> marginwidth="10"
> marginheight="10" scrolling="auto" frameborder="1">
>     <frame name=""
> src="../../../Inetpub/wwwroot/dashboard_wip/frame3/shellmid.htm"
> marginwidth="10" marginheight="10" scrolling="auto" frameborder="1">
> </frameset>
> 
> <body>
> 
> 
> </body>
> </html>
> 
> 
> What's strange is that when I do view the source of the blank page I get:
> 
> 
> 
> <!DOCTYPE html public "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML>
> <HEAD>
> 
> <META http-equiv="expires" content="Thu, 1 October 1998 00:00:00 PST">
> <TITLE>Project Tracking Application Global file</TITLE>
> </HEAD>
> <BODY>
> 
> 
> 
> </BODY>
> </HTML>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> 
> <html>
> <head>
>       <title>Untitled</title>
> </head>
> <!-- frames -->
> <frameset  rows="22%,*">
>     <frame name=""
> src="../../../Inetpub/wwwroot/dashboard_wip/mainheader.htm" 
> marginwidth="10"
> marginheight="10" scrolling="auto" frameborder="1">
>     <frame name=""
> src="../../../Inetpub/wwwroot/dashboard_wip/frame3/shellmid.htm"
> marginwidth="10" marginheight="10" scrolling="auto" frameborder="1">
> </frameset>
> 
> <body>
> 
> 
> </body>
> </html>
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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

Reply via email to