Mike,
You're running into this problem because IE 'knows' what a .doc file is.
There are only a couple easy ways around this:
- provide instructions telling users to right-click and save the file
- put the document into a .zip file
A slightly harder way, is to use Jon Spivey's method to force a download
from an ASP page:
http://www.roksteady.net/code/download.asp
Because you're on an intranet, you should be able to use .asp files on your
website. You may need to get assistance from your web server administrator,
but Jon did a really good job with this example so it should be fairly easy
to implement.
Hope that helps!
--
Jack Brewster - Microsoft FrontPage MVP
"Mike" <(E-Mail Removed)> wrote in message
news:024701c39f06$6ac45de0$(E-Mail Removed)...
> Whenever I try to create download hyperlink on our
> intranet using fp2000, it opens the file in Word instead
> of asking the user what they want to do. Can anyone tell
> me either how to do this or what I am doing wrong. Thanks.
>
>