Exporting HTML pages

I

itarunachalam

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

Arun
 
G

Gaurav Vaish \(www.EduJini.IN\)

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)?

Javascript: window.open('', url, '');
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top