Exporting Html pages.

  • Thread starter Thread starter Daniel
  • Start date Start date
D

Daniel

Hi,
We are working on a web app, where there is a export options for
csv, pdf and html. Here when the export button is clicked for exporting
as html "File Download" dialog window pops uo with open, save and
cancel. If we hit the open button, the html page opens in the same
window. But we want tht to open in a seperate window. This happens only
whn the user clicks the open button rather that the save button for
exporting. Is there a option to disable open button? If not, how to go
abt opening the html page in a seperate window (after clicking open
button)?

Thanks
Daniel
 
You really can't modify the operation of the "Open" button directly. The
best you could do is have your "download" button spawn a new window and in
that page, start the download.
 
Back
Top