Fusebox never has handled frames very well. IFrames work just like regular frames, except you can put them in a page with preexisting HTML.
Of course, you can only use them where you can guarantee IE. --- Billy Cravens ----- Original Message ----- From: "Schreck, Tom" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 18, 2001 9:22 AM Subject: RE: iframe How does it compare to regular frames? How does iframes work within a methodology like fusebox? I'm visualizing a scenario where you have all of your navigation on the main page and you pump all the content into the iframe saving you the overhead of reproducing the navigation on every call. Is this correct? Thanks - Tom -----Original Message----- From: Charles F. McLean III [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 7:01 AM To: [EMAIL PROTECTED] Subject: Re: iframe I'm currently working on a very large scale project that leverages IE 5.5 or higher only, a lot of Javascript (literally thousands of lines of Javascript per page), a lot of DHTML, and obviously CSS. By using IFrames, some fancy list box manipulation techniques, some WDDX, and a few other tricks, we have developed an application that has taken 60% of our data formatting load off the server and transferred it to the client and allows the client side app running in IE 5.5 to perform like a Windows NT app written in Delphi, VB or C++. By distributing the data formatting load to the client, we're able to greatly expand the number of users we can support. The client can load the page, work offline, add/edit/delete and modify records on the fly, and then when they are done, submit only the changed records back to the server for update. The performance we are getting is phenominal, and the interaction is great ... and there is no need for any Java applets or COM objects or any other mobile code (a requirement for our project). The only thing we use is HTML, CFML and Javascript. Since this is an application for the US Military, we can dictate the browser being used ... which is a good thing since the app crashes hard in Netscape. So, if you have the ability to pick your browser, I highly recommend IFrames and DHTML ... you can do some truly amazing things for your users. Regards, Charles F. McLean III Principal Member of the Technical Staff Northrup Grummon Information Technologies [EMAIL PROTECTED] ----- Original Message ----- From: "Dave Cahall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 17, 2001 1:35 PM Subject: RE: iframe > As pointed out by others, Netscape is a problem but if your audience is IE > they are great. I will be doing a presentation on using iFrames at next > month's CFUG meeting. As Robert pointed out, they are great for making your > pages truly interactive. One of the things I will be talking about is using > hidden iFrames with some Javascript to do "real time" validation, and some > other neat tricks. > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Schreck, Tom > Sent: Monday, December 17, 2001 12:09 PM > To: [EMAIL PROTECTED] > Subject: iframe > > > Has anyone used iframe? Any suggestions/guidelines? > > Thanks - Tom > > ------------------------------------------------------------------------- > This email server is running an evaluation copy of the MailShield anti- > spam software. Please contact your email administrator if you have any > questions about this message. MailShield product info: www.mailshield.com > > ----------------------------------------------- > To post, send email to [EMAIL PROTECTED] > To subscribe / unsubscribe: http://www.dfwcfug.org > > > ------------------------------------------------------------------------- > This email server is running an evaluation copy of the MailShield anti- > spam software. Please contact your email administrator if you have any > questions about this message. MailShield product info: www.mailshield.com > > ----------------------------------------------- > To post, send email to [EMAIL PROTECTED] > To subscribe / unsubscribe: http://www.dfwcfug.org > ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org ------------------------------------------------------------------------- This email server is running an evaluation copy of the MailShield anti- spam software. Please contact your email administrator if you have any questions about this message. MailShield product info: www.mailshield.com ----------------------------------------------- To post, send email to [EMAIL PROTECTED] To subscribe / unsubscribe: http://www.dfwcfug.org
