Miko Posted January 25, 2011 Share Posted January 25, 2011 Hello, I have to make a JS script that will create the standard popup window for downloading a file (we all know that popup ). The popup window that will propose the download is already done, but now, is there a way to have a callback when the user actually clicks on OK? Thanks! Quote Link to comment Share on other sites More sharing options...
gristoi Posted January 25, 2011 Share Posted January 25, 2011 You might want to look at using the Dialog window from the Jquery javascript library. Can come in very handy. With it you can bind all matter of functions and callbacks to a bespoke button. Have a look at http://docs.jquery.com/UI/Dialog Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.