Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Security Alerts
Message
From
28/06/2000 04:43:22
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
 
To
27/06/2000 12:10:32
General information
Forum:
Internet
Category:
Microsoft Internet Explorer
Title:
Miscellaneous
Thread ID:
00384647
Message ID:
00385579
Views:
27
>Cheers Mark,
>
>I'll try it out...
>
>Mace
>
>>>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

The example above works, but you have to set the RequestTimeout property also.

Regards
Mark
Regards
Mark

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

Click here to load this message in the networking platform