Copy link to clipboard
Copied
Hi,
I have a coldfusion page that has a button to open a new page for downloading a file.
the download dialog box appears with the open/save/cancel buttons. If I click on open it opens in the new page, but if I click on save or cancel the new page shows as 'Action Cancelled'. I want it to be closed when I hit the save or cancel button.
How can we achieve this functionality.
Thank you
Copy link to clipboard
Copied
How do you design your pop-up? Is it a new window? Or a <div> ? You can achieve it using javascript.