yones7x 0 Posted August 12, 2012 Hey Boys, I have a Form with IE object I opened the normal website in this IE object If I click a download link in website, how I can force autoit to download by "InetGet" function or other function (download by autoit) Thank you. Share this post Link to post Share on other sites
MrMitchell 16 Posted August 13, 2012 Assuming the link is a simple text link... _IELinkGetCollection() to get the link object then the .href property to get the URL. There's an example in the Help File for this function. Otherwise, do you have the HTML source of that page? 1 yones7x reacted to this Share this post Link to post Share on other sites
yones7x 0 Posted August 13, 2012 Thank For your information, But I don't want thisfor example this page: http://www.piriform.com/ccleaner/download/standardAfter few seconds, Page send download link to computerAlso, MediaFire, RapidShare... etcI want to force autoit to receive this (download link) as IDM (Internet Download Manager) Program, and download for my computer... Share this post Link to post Share on other sites
yones7x 0 Posted August 14, 2012 Please, Anyone can help me. Share this post Link to post Share on other sites
JLogan3o13 1,623 Posted August 14, 2012 If you do a forum search for Internet Download Manager, you will find it is a problematic and poorly written/supported application. Based on the past 3 or 4 requests that were never successfully resolved you may want to seek an alternative download method. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Share this post Link to post Share on other sites