I'm trying to add HTML from an external file into a .htm file that is being added to SharePoint using a 'Page Viewer' Web Part.
It needs to support IE7 - The best way I could think of was to use an iFrame... but the page viewer Web Part is an iFrame itself; I'm guessing nested iFrames can't be done as I cant find a way to make this work. I tired using the 'object' tag too but that didn't work, PHP isn't an option either :(
Are there any alternative ways to achieve this?