If it's any help, I'm using a headed (which just puts up the stuff up to and including body) and footer (which closes body and html tags). When I look at the source, the frameset commands aren't there.
Phillip M. Vector wrote: > I seem to have allot of questions today. :) > > <frameset cols="215,0,*" frameborder="no" border="0" framespacing="0"> > <frame name="Navigation" src="index.cfm?fuseaction=Main.Menu" > scrolling=Auto noresize> > <frame name="Music" src="index.cfm?fuseaction=Main.Music" > scrolling="No" noresize> > <frame name="Main Window" src="index.cfm?fuseaction=Main.Welcome" > noresize> > </frameset> > > The fuseactions are defined like this.. > > <fuseaction name="default"> > <include template="dsp_ShowFramesTest.cfm"/> > </fuseaction> > > <fuseaction name="Music"> > <include template="qry_GetPlayer.cfm"/> > <include template="dsp_music.cfm"/> > </fuseaction> > > When I go to that fuseaction of main.default, it doesn't display any > frames. It just goes to a blank screen. > > What am I doing wrong? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280659 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

