capturing events of IE 'Download Dialog Box'

wxdqz

New Member
1. In our project we have provided functionality to the user to download a file by clicking a button. When the user clicks on this button, an IE 'Download Dialog Box' appears asking the user to either save or cancel. We want to capture these 'save/cancel' events of IE Browser's 'Download Dialog Box'. Kindly suggest how this can be implemented in JavaScript/Java.


2.Also is it possible to capture the Browse Button fuctionality by using javascript functions.We are providing a "Browse" (IE) buttton in our JSPs . Can we call the browse fuctionality by using any javascript functions/events.
 
Back
Top