Rank: Advanced Member Groups: Member
Joined: 10/30/2017 Posts: 43
|
Someone asked this question in 2017, topic "How to trap a frame error". At that time you said EO.WebBrowser does not provide a way to trap errors. Has that been added or is JavaScript still the suggested answer? This person wanted to log it, we would like to end the program which shows a form.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
I am not exactly sure what you meant by "how to trap a frame error". Do you mean by how to trap errors in JavaScript code? Every time an error occurs in JavaScript code, WebView.ConsoleMessage will be triggered with e.Severity set to Error.
Thanks!
|