Windows appendObject Method in IE7

Hi,
I am opening DHTMLxWindow in Main page on click of link in iframe page . I am using parent dhtmlXWindows object to create window. Window is opeing fine. When I am attaching some tables(resides in iframe page) using appendObject method, I am getting script error IE7. But this is working fine in IE8, but not working in IE7.

Please help me.

Thanks in Advance.

Hi,

we need a complete demo to recreate the problem locally.

Hi,
Please find attachment for sample code. Add DHTMLXwindows folder to run the code.
Test.zip (1.37 KB)

You have missed dhtmlxwindows_dhx_skyblue.css. Check attached sample
Test.zip (41.7 KB)

Hi,
I have tested with including skin files. Also I dowloaded and tested given sample. I am getting same error in IE7, Please find attached image for the javascript error.


We have not recreated the problem locally. “Test” demo works without errors in IE7 .

You may try to add the following css in FullWindow.html to set body size:

html,body{ height:100%; width:100%; }