Does websocket not work with IWebBrowser2::Navigate? -
i writing small html websocket application. html page works fine @ ie window if same page tried open using iwebbrowser2::navigate throws error "websocket undefined" in standard java script error message box. following sample javascript code:
function myfunction() { ws = new websocket("ws://" + "127.0.0.1"+ "8070" +"/" + "nscomstring"); }
could please let me whether websocket implemented inside navigate method?
regards, anand choubey
the iwebbrowser2 control default runs in compatibility mode, see this article on ieblog details on how circumvent behavior.
Comments
Post a Comment