PureBytes Links
Trading Reference Links
|
Friends,
Quickly foud out the following.
WScript.Echo( "invoking IE");
var IE = new ActiveXObject("InternetExplorer.Application");
IE.visible = true;
IE.navigate("URL you want");
WScript.Echo( "done");
Now I need methods for 'File Save As' and then for clicking 'Save' to
finish the automation I have in mind ...
Regards,
- Salil V Gangal
--- In amibroker@xxxxxxxxxxxxxxx, Salil V Gangal <salil_gangal@xxxx>
wrote:
>
> Friends,
>
> Newletter (http://www.amibroker.com/newsletter/02-2001.html)
describes how to use automation to download the data at a URL and to
process it.
>
> However, suppose I don't want to use URLGet, what I want is to
actually invoke IE and used IE's own 'File Save As', then how to do
that sort of Automation ?
>
> So the manual steps will be
>
> 1) Invoke IE
>
> 2) Get a URL
>
> 3) Invoke menu 'File Save As'
>
> 4) Click 'Save'
>
> 5) Now steps similar to the ones described in newsletter will follow
>
> Any inputs ? (I know ... this will focus on IE's automation rather
than AmiBroker's.)
>
> Any links / documents / samples which will describe this ?
>
> BTW, Is 'Guru' automation available yet ? I read the document, I
don't think it is ...
>
> Regards,
>
> - Salil V Gangal
>
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/sO0ANB/LIdGAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|