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?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 beta – Build next generation applications today.
Free beta download on Labs
http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280650
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to