Then you will need to hand code the page using server side scripting (ASP) and not rely on the DBW to generate the page table
The download to Excel would be initiated by following code at top of page
<% Response.ContentType = "application/vnd.ms-excel" %>
| Unfortunately those are workarounds and exactly what I want to avoid. There
| has to be a way to do this via a link. Any ideas?
|
| "Stefan B Rusynko" wrote:
|
| > Or if your table has an id attribute they should be able to right click it and select Export to Excel
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| >
http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | Have them highlight the contents of the table, select Copy from the Menu
| > | bar, open Excel and paste into an empty spreadsheet.
| > |
| > | --
| > | ~ Kathleen Anderson
| > | Microsoft MVP - FrontPage
| > | Spider Web Woman Designs
| > | web:
http://www.spiderwebwoman.com/resources/
| > | blog:
http://msmvps.com/spiderwebwoman/category/321.aspx
| > |
| > |
| > |
| > | message | > | >I have an online database collecting data from a webform where I display
| > | >the
| > | > results in a Data Results Page. These are pretty limited, so I would like
| > | > certain users to be able to download the data into an Excel file. How do I
| > | > go
| > | > about setting that up?
| > | > Thank you.
| > |
| > |
| >
| >
| >