Andy wrote: Hi all, is it possible to use frames withing fusebox and if so how would I do it? i.e. what syntax do I have to use for the include path?
While I would discourage the use of frames in favor of content component variables in FB 4.1, I do use them some times (usually iframe tag) for certain information. Here is an example where I use it to display the logs related to a record <iframe name="logs" height="200" width="800" align="middle" frameborder="0" hspace="0" vspace="0" marginwidth="0" marginheight="0" src="" ></iframe> and the I have a button on my page which loads the frame <button onclick="parent.frames['logs'].document.location.href='#myself##XFA.retrieveLog#">Retreive Logs</button></td> for the path just use the fully qualified fuseaction with your index and fuseaction variable index.cfm?fuseaction=go.retrieveLogs Jason Cronk [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the mailserver that powers this list at http://www.houseoffusion.com/banners/view.cfm?bannerid=17 Message: http://www.houseoffusion.com/lists.cfm/link=i:12:6752 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
