Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Security Alerts
Message
From
27/06/2000 11:35:38
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
 
To
26/06/2000 10:53:52
General information
Forum:
Internet
Category:
Microsoft Internet Explorer
Title:
Miscellaneous
Thread ID:
00384647
Message ID:
00385116
Views:
37
>Hi All
>
>I would like to create an app that would automate the downloading of files from a web-site. The problem is, because the site is secure and clients have to be authenticated with a certificate a number of dialog boxes are displayed. Is there a property or a way to:
>
>a) to determine if a dialog box has been created during navigation?
>b) reference these security alert dialog boxes?
>
>Thanks
>
>Mace

Hi Mace,

Take a look at the MS Internet Transfer Control. It will allow you to make a http connection and retrieve file from code. I'm not sure what it'll do with the errors though.

e.g.

x = createobject("inetctls.inet.1")
lcText = x.OpenURL("http://www.memome.com/default.htm")
? lctext
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform