Recommend you zip the .mdb file and create a link to it
--
_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
| This code tries to open the file with IE, how do you download the file to the
| local HD? EX: it it is a an MSAccess file, IE can not open it.
|
| "Mike Mueller" wrote:
|
| > message
| > | > :I need to know how create a button on a page that the user
| > clicks on and a
| > : file is then downloaded to them. Using Frontpage 2000
| >
| > <input type="button" value="download" onclick="window.open
| > ('hyperlink')">
| >
| >
| >