Strange... I have header loading up before the framesets are generated and that seems to be the issue. Is there a rule that says framesets need to be above the body tag?
Phillip M. Vector wrote: > 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? >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280662 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

