I’m having a truly… bizzare error in none other than Internet Explorer with a windowing system I’m developing. Basically, the windows are absolutely positioned divs containing ah iFrame that shows their page and resizes along with them. In all other browsers this works fine as intended, but in IE the iFrame doesn’t show up… properly. […]
Category: iframe
How do I access JavaScript objects in a parent window from an iframe
I have a web page which contains a JavaScript variable called “myVariable”. Within this web page is an iframe which points to a second web page. Both pages are within the same domain. The page within the iframe needs to access “myVariable” which is defined in the parent web page. I have successfully accessed this […]