Hi,
I'm using a TWebBrowser in my Delphi app. When an Internet Explorer Script Error dialog pops up it blocks automated refreshes ("the requested resource is in use"
). Is there a way to automagically close the error dialog?
TIA
Steven
edit
One possible solution is to use the Mozilla ActiveX Control instead of IE's (Firefox never shows the error), but this has its own problems.