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! Link to comment https://forums.phpfreaks.com/topic/225610-download-popup-with-callback/ 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 Link to comment https://forums.phpfreaks.com/topic/225610-download-popup-with-callback/#findComment-1164925 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.