EugenePaliev
Programmer
Hi everybody.
Situation: I'm using IFRAME tag for inserting one HTML page (child) into another page (parent). It works and can be programmed in both directions well (parent > child; child > parent).
However I want to use STRICT doctype which doesn't allow IFRAME tag, but OBJECT instead. I can do it easy, and can access child page from parent page by JS, BUT...
PROBLEM: I can't access parent page from child page using JavaScript in IE6. In non IE browsers - easy - "top" or "parent" represent parent page. But in IE it still represents child page. And no way to reach parent page and its objects, functions, etc...
Please, if you know any way how to achieve this - your help would be GREATLY appreciated! If you even know it's not possible at all - that would be helpful too (I'll just stay with IFRAMEs).
Good Luck!
Situation: I'm using IFRAME tag for inserting one HTML page (child) into another page (parent). It works and can be programmed in both directions well (parent > child; child > parent).
However I want to use STRICT doctype which doesn't allow IFRAME tag, but OBJECT instead. I can do it easy, and can access child page from parent page by JS, BUT...
PROBLEM: I can't access parent page from child page using JavaScript in IE6. In non IE browsers - easy - "top" or "parent" represent parent page. But in IE it still represents child page. And no way to reach parent page and its objects, functions, etc...
Please, if you know any way how to achieve this - your help would be GREATLY appreciated! If you even know it's not possible at all - that would be helpful too (I'll just stay with IFRAMEs).
Good Luck!