Go Back   CodingForums.com > :: Server side development > Other server side languages/ issues > ColdFusion

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-07-2010, 01:36 PM   PM User | #1
Jt107
New Coder

 
Join Date: Nov 2002
Posts: 29
Thanks: 1
Thanked 0 Times in 0 Posts
Jt107 is an unknown quantity at this point
Could not display frameset

Not sure what is the problem, when I change Application.cfm to application.cfc
my browser stays at the index page without excute the frameset in the page. If I put text before frameset it excutes. Any cludes that may cause this?

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>

<HEAD> 	  <TITLE>Index Page</TITLE>  
</HEAD> 

<FRAMESET BORDER="0" FRAMEBORDER="0" FRAMESPACING="0" ROWS="0,*,0" id="index" >  
	<FRAME NAME="headerFrame" SRC="blank.htm"  id="headerFrame" SCROLLING="no" MARGINHEIGHT=0 MARGINWIDTH=0 NORESIZE> 	<FRAME NAME="mainFrame"   SRC="news.cfm"  id="mainFrame"  SCROLLING="yes" MARGINHEIGHT=0 MARGINWIDTH=0 NORESIZE> 
	<FRAME NAME="saveFrame" SRC="blank.htm"	 id="saveFrame"   SCROLLING="no" MARGINHEIGHT=0 MARGINWIDTH=0 NORESIZE> 
</FRAMESET>
<noframes><body></body> 
</noframes> 

</HTML>
Thanks,
JT
Jt107 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:10 PM.


Advertisement
Log in to turn off these ads.