I have a Windows form application with a browser in it. The browser opens to a secure website that will call a POPUP window asking for the Username and Password. Once logged in the site throws a bunch of Javascript Error Messages. I was wondering if there is a way to prevent these messages or at least automatically choose YES KEEP RUNNING SCRIPTS for the user so it is transparent.
In the Control Properties I set SUPPRESS ERRORS to TRUE but then the website does not prompt for the USERNAME and PASSWORD it just says YOU DO NOT HAVE ACCESS TO VIEW THIS PAGE. So setting the SUPPRESSION to TRUE will not work. Any ideas? Thanks!
Oh, also, I'm using Visual Basic Express 2010.