Hi everyone
I've implemented a WebDynproApp with a TreeNode structure. The speciality about it is that the leaves have to be links that will be opened in a new window. (the tree structure is taken from a resource file. By clicking on the leaves an action is called, that opens a new external window with an URL to a PDF. The window opens just fine and the PDF will be displayed in it. The problem is when I close the window and get back to the WebDynproApp I get a JavaScript error:
Line: 56 Char: 18 Error: 'childNodes.length' is not null or not an object Code: 0
I have tried the application on different pc's and on different platforms (XP and Win2k). Thank you for any tips that help to resolve the problem.
Regards, Andreas