Hi everyone,
We use WinCC OA 3.11 SP1 and we would like to show a web application into a panel.
We tried the WebView EWO object but is not compatible.
Does exist an update for it ?
We tried then the IE ActiveX (we have installed IE 11 on the client) but we need to suppress javascript errors: we found in some forums that we should use the Web Browser Control function
webBrowser1.ScriptErrorsSuppressed = true;
but there is no any function in WinCC OA activeX to do it.
Any suggest ?
Thanks.
Riccardo
BROWSER INTO WINCCOA PANEL
- Andorhal
- Posts:127
- Joined: Wed Nov 12, 2014 8:04 am
Re: BROWSER INTO WINCCOA PANEL
Hello.
If you just want to supress the errors ...
Putting this in your Head Section of your HTML application page might help:
If you just want to supress the errors ...
Putting this in your Head Section of your HTML application page might help:
- riccardo.crociani
- Posts:34
- Joined: Tue Mar 31, 2015 12:52 pm
Re: BROWSER INTO WINCCOA PANEL
Hi Robert,
thanks for the advice but I can't access and modify the HTML code of the application (I forgot to specify it in the post).
I've found out that the function
webBrowser1.Silent(true);
suppresses the javascript error popups... but I'm afraid it suppresses also others useful popup.
Thanks
Riccardo
thanks for the advice but I can't access and modify the HTML code of the application (I forgot to specify it in the post).
I've found out that the function
webBrowser1.Silent(true);
suppresses the javascript error popups... but I'm afraid it suppresses also others useful popup.
Thanks
Riccardo