File download dialog box button events

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I am using internet explorer 6.0 to access my interanet application. I have
a download link on which when I click, I get a file download dialog box. Is
it possibe to trap the Open, save and Cancel events on the dialog box?. Is it
possible through javascript.

Thanks.
pradeep
 
You can't programatically interact with the dowload dialog box for security
reasons.
However, there's nothing stopping you from creating your own link and
executing some custom JavaScript before download...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top