Need help with IE7.
I’m using pro v2.1.
My application works fine with Mozilla, but IE7 issue the error:
IE: Object doesn’t support this property or method
Draws Window and Layout but not the Grids!
Thanks
Such issue may occur if didn’t include necessary file to your page. Check what property or method was’t found and then check what file you need to include. dhtmlx.com/dhxdocs/doku.php?id=d … _toc_alpha
The initial issue to my application was the known problem of IE: Could not Open the Web page, …Internet Site…
I avoid this (partially, because the same error some times insists…) by applying your advices with the onLoad() handler.
My problem is this: the dhtmlx page is not the main html page but it loaded from another page (index.php) by a menu selection. Your suggestion cannot applied to this situation.
I found a solution to put the onLoad handler into an image tag, and it is partially working as I said.
Is there another point to put the onLoad into a dhtml page if it is not the main html body?
After all, if my dhtml page is loaded from the IE browser witout this annoyed message, the Grids could not rendered!
Is there any therapy to this?
Please note, that the same application is working fine with FF browser.
Thanks in advance,
John
You can use similar solution, but need to decorate it in different way