Hello Good Day Everyone!
My problem is that we have created a website that uses too many iframes. The iframes or the loaded html in the iframes uses a common jQuery, different jscripts, and differents css files but there are also common css files.
but my homepage is very fast has interesting contents on it so before the user goes to the
2nd page which contains a lot of iframe i intend to load all the resources(js and css) in the home page in a hidden iframe. I use absolute values in all of my src="" of and ... the assumption im making is that the browser may cache the js and css that was called in the homepage and will be used by the 2nd page to save loading time.
Will this work? or is there a better alternative? that may not require us to redo the 2nd page...
iframesusingajaxto load the new content onto the page? – War10ck Feb 4 at 17:53