Window access content

As suggested by you in a previous question I tried the below



if (_isIE) {

dhxWins.window(id)._frame.contentWindow.document.getElementById(“A”)



} else {

dhxWins.window(id)._frame.contentDocument.getElementById(“A”)

}





It does not work.



dhxWins.window(id)._frame itself gives me an error…

Could you please provide more code and error details?

Also having problems with this, I get _frame is null errors in Firefox.

Without any details it isn’t possible to solve the problem. Could you please provide the code snippet demonstrates layout initialization ?