1.You may try to add this site to your trusted sites
2.You may try to add this site to your .hosts file

On 1/25/06, Chris Schmechel <[EMAIL PROTECTED]> wrote:
>
> Thanks for the reply, it got me thinking.  I found the problem:
>
>  ie.link(:url, "download.html").click
>
> needs to become:
>
>  ie.link(:url, /download.html/).click
>
> and it works!  Now I'm running into another problem.  Due to my
> browser security settings -- I'm getting the following ActiveX control
> upon download:
>
>  "To help protect your security, Internet Explorer blocked this site from
>  downloading files to your computer.  Click here for options..."
>
> I'd like to be able to detect this and then issue the click on the download
> button (ie. start it going ).
>
> Afterwards, you get another dialog box: File Download - Security Warning.
> With the options to Run, Save, or Cancel the file download.  How can I
> handle
> this as well?
>
> Thanks again!
>
> Chris Schmechel
>
>
> _______________________________________________
> Wtr-general mailing list
> Wtr-general@rubyforge.org
> http://rubyforge.org/mailman/listinfo/wtr-general
>
>

_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to