I'm using an <object> tag to replace <iframe>, not supported in a Xhtml
strict DTD (can't use transictional).
I can load into the <object> another page, but I don't know from there (the
child page) how to access the parent window in IE.
In Firefox, using
window.parent.d ocument.getElem entById( id )
I can retrieve the <object> tag itself and other elements at the same level
(parent window) but IE return always null.
How can I do?
Thanks in advance,
Fabio
strict DTD (can't use transictional).
I can load into the <object> another page, but I don't know from there (the
child page) how to access the parent window in IE.
In Firefox, using
window.parent.d ocument.getElem entById( id )
I can retrieve the <object> tag itself and other elements at the same level
(parent window) but IE return always null.
How can I do?
Thanks in advance,
Fabio
Comment