[RESOLVED] WebBrowser Showing IE Javascript Confirmation Box
OK, now the website I am navigating to is opening a confirmation box that lets me click "ok" or "cancel", but I dont want to see this box.
Is it possible to not show it and just click "ok" without the user seeing the box?
I have already set WebBrowser.Silent = True.
Re: WebBrowser Showing IE Javascript Confirmation Box
If it is your web site then you can control how it operates. But, if it isn't your web site, then whoever put it up has control, and that is the way it should be.
Re: WebBrowser Showing IE Javascript Confirmation Box
Well I am creating a prog that is meant to help the user by automating this, so is there any way to just click ok. It is not for malicious intent, as I presume that is what you are thinking.
Re: WebBrowser Showing IE Javascript Confirmation Box
ok, well, I just bypassed the javascript authentication.
Thread resolved!