| Nate Taylor 2004-09-24, 8:55 pm |
| I'm using the Internet Explorer object in MS Access 2003 to navigate an HTML
page and automically fill in a form with values from the database. When I
click the submit button, Internet Explorer pops up a security alert that
states "You are about to be redirected to a connection that is not secure."
then "Do you wish to continue?" Yes or No.
I don't want to have to manually click the Yes button to continue. I have
listed the website as a Trusted Site in IE's security settings and turned off
all the prompts. I have unchecked all the "Warn before . . ." options in
IE's advanced settings.
The DTHML object model has several methods to launch such dialog boxes
(alert, confirm, etc.), but I can't find any way to access the dialog box in
code once it's launched.
It seems that there has got to be a way to access this box and click "Yes"
(maybe through the WinAPI but I don't know how to do that) from code so that
it doesn't require manual intervention. In advance, thanks for any help.
|