The answer's pretty much the same for HTML framesets. You would set up the frameset template just like a regular display fuse, call it dspFrameset, or whatever. Then the frame references within that fuse would contain typical Fusebox URL references, including XFAs. So something like this:
<!--dspFrameset.cfm --> <cfoutput> <frameset rows="10%, *"> <frame src="#self#?fuseaction=#XFA.menuFrame#" name="menu"> <frame src="#self#?fuseaction=#XFA.mainContentFrame#" name="mainContent"> </frameset> </cfoutput> - Jeff http://www.GrokFusebox.com "Fusebox 4 & FLiP: Master-Class ColdFusion Applications" Now available at ProtonArts.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6753 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/12 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:12 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.12 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
