Create new html document on the fly using document.write

fpendino

Registered User.
Local time
Today, 17:23
Joined
Jun 6, 2001
Messages
73
Hello,
I know that I'm able to open a new html document on the fly, but am unable to figure out how. I'm thinking that vbscript will allow me to do this. What I'm trying to do is create a button or link that will open a new window, with customized code. That code will be storing the contents of a table on the original page, opening the new page and downloading that table's data into an excel file.

I know how to open a webpage and have it download the data into an excel file, but I'm not sure how to open the new page using the customized code from the original page. I know it's possible and will be a great assett to being able to download these tables that I have into an excel format, as these pages are asp pages for dynamic reports and are not stored in an html format.

Thanks in advance.
 
I use the asp.net page.rendercontrol feature to accomplish this task.
 

Users who are viewing this thread

Back
Top Bottom