How do you set up to download files?

M

Max Sullivan

I have forms I want my users to download from my website.
How do I put put a button on my web page so that when
people press it the forms (word format or Acrobat format)
will be downloaded to them.
 
T

Thomas A. Rowe

Import the files into your current open FP web and then create a link to
them.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
A

Andrew Murray

Max Sullivan said:
I have forms I want my users to download from my website.
How do I put put a button on my web page so that when
people press it the forms (word format or Acrobat format)
will be downloaded to them.

Make a button (a jpg or gif) image......like the file to it with a normal <a
href> link.

If you want to be really smart, you can do rollover images, using on mouseover or
onclick events with FP 2002 (using javascript/DHTML).

If you want to use a normal form button (that boring grey "submit" button) you
can link from those as well....using on click.....within the <input type> tag.
 
Top