[Proto-Scripty] Re: Iframe issue with IE7 (probably 6)

2008-10-31 Thread Thomas A
Ok, here is a simple example: My main page containing an iframe: http://pastie.org/304806 And the referenced test.html inside the iframe: http://pastie.org/304808 If you load the main page you get the text I've been updated from the iframe at the bottom. If you then click on the link, which

[Proto-Scripty] Re: Iframe issue with IE7 (probably 6)

2008-10-30 Thread T.J. Crowder
Thomas, Some sample code and HTML would help immensely. +1 for that. Thomas, if you can create a small, self-contained example demonstrating the problem and post it to Pastie[1], I expect folks will be able to help you figure out how to deal with the IE problem. [1] http://pastie.org -- T.J.

[Proto-Scripty] Re: Iframe issue with IE7 (probably 6)

2008-10-29 Thread Matt Foster
Are you holding a reference to an object inside the iframe? Such as contentDocument/contentWindow. These references would be bunk once the iframe refreshes. On Oct 29, 4:31 am, Thomas A [EMAIL PROTECTED] wrote: Our application is built on a static interface with HTML controls and an Iframe

[Proto-Scripty] Re: Iframe issue with IE7 (probably 6)

2008-10-29 Thread Thomas A
The reference is the other way round. The Iframe content references for example buttons or divs of the surrounding html page. And if the iframe reloads or changes the page, it tries to rereference these elements but fails on IE. --~--~-~--~~~---~--~~ You received

[Proto-Scripty] Re: Iframe issue with IE7 (probably 6)

2008-10-29 Thread Matt Foster
Very strange, not sure if i understand completely. So there is an internal iFrame object that is getting references from its containing document object. When the iframe reloads it no longer has these references? Wouldn't a reload of the iframe force it to retrieve fresh references as everything

[Proto-Scripty] Re: Iframe issue with IE7 (probably 6)

2008-10-29 Thread Gabriel Gilini
Thomas, Some sample code and HTML would help immensely. Cheers Gabriel Gilini www.usosim.com.br [EMAIL PROTECTED] [EMAIL PROTECTED] On Wed, Oct 29, 2008 at 5:37 PM, Matt Foster [EMAIL PROTECTED] wrote: Very strange, not sure if i understand completely. So there is an internal iFrame object