Not sure if there's a problem here, but I think your duplicate <title>
tags could be messing things up.  

To answer your question, frames should present no problem.  Remember,
cfml IS html (that you create and send to the browser) so there should
never be browser issues, other than programatic ones.

-- 
Billy Cravens
[EMAIL PROTECTED]



Robert Orlini wrote:
> 
> Hello,
> 
> Quick question: Can a .cfm file be displayed in a frame? I believe it should
> work since cf understands html am I right here? The reason I ask is that a
> .cfm page does not seem to understand the frames language; below is the
> <base target> command in the beginning of my file, but it doesn't show the
> mainframe on the right. Anyone encounter and solve this? Thanks.
> 
> Robert O.
> Web Admin
> 
> <html>
> 
> <head>
> <title>Contract Calendar for AUGUST</title>
> <meta http-equiv="Content-Language" content="en-us">
> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
> <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
> <title>August</title>
> 
> <base target="_self">
> 
> </head>
> 
> <body bgcolor="#E0E0E0">
> 
> <font face="Arial" size="1"><b>Select a day:<br>
> </b></font>
> 
> <CFOUTPUT>
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to