question about webviewer control
-
I placed a webviewer in my winapp that calls up the isbndatabase and conducts a search. For some reason I constantly get a script error for .js is there anyway to disable javascript so this error will go away or do I need to enable something ? thanks
-
I placed a webviewer in my winapp that calls up the isbndatabase and conducts a search. For some reason I constantly get a script error for .js is there anyway to disable javascript so this error will go away or do I need to enable something ? thanks
By "webviewer" do you mean "WebBrowser"? If so, there is a property on the WebBrowser to suppress JavaScript errors.
-
By "webviewer" do you mean "WebBrowser"? If so, there is a property on the WebBrowser to suppress JavaScript errors.
yes I meant browser sorry. Okay i found the property thanks