Categories | Question details Back To List | ||
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.. Answer posted by Support on Nov 13, 2008 00:58 Could you please provide more code and error details? Answer posted by mallchin on Mar 11, 2009 08:32 Also having problems with this, I get _frame is null errors in Firefox. Answer posted by Alex (support) on Mar 11, 2009 09:04 Without any details it isn't possible to solve the problem. Could you please provide the code snippet demonstrates layout initialization ? |