cancel
Showing results for 
Search instead for 
Did you mean: 

Javascript error openin an external window

Former Member
0 Kudos

Hi.

I'm opening an external window from my webdynpro app with the following code:

IWDWindow help = wdThis.wdGetAPI().getComponent().getWindowManager().createExternalWindow("URL",null,false);

help.removeWindowFeature(WDWindowFeature.ADDRESS_BAR);

help.removeWindowFeature(WDWindowFeature.TOOL_BAR);

help.removeWindowFeature(WDWindowFeature.MENU_BAR);

help.open();

And when this borwser opens the browser where the app is running(back) has a javascript error that says:

Line: 56

Char: 18

Error: 'childNodes.length' is null or not an object

Code: 0

URL: <my app URL>

What can i do to solve that problem?

I hope somebody can help me.

Thx.

Best regards.

Gregory.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Gregory,

As Armin says WD application should not produce JavaScript messages. So open CSN ticket.

VS