earlyride Posted March 24, 2010 Posted March 24, 2010 I am trying to click on a link to a javascript in an internet explorer window. The html code is <li><a href="javascript:DownloadCSV();">Download</a></li> I have written $oLinks = _IELinkGetCollection ($IE) For $oLink In $oLinks $msg &= $oLink.href & @CR If $oLink.href=="javascript:DownloadCSV();" then MsgBox(64, "Foundit", $oLink.href ) _IEAction($oLink, "click") ExitLoop EndIf Next When I do this the internet information bar that warns me: "To help protect your security, Internet Explorer blocked this site from downloading files to your computer. Click here for options..." I cannot get the download window to appear. When I manually click on this, I get no information bar and I can easily get the download window. Any suggestions? Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now