You could add a bit of JavaScript to the link that will "force" them to do a
right-click:
<a onclick="alert('Please right-click, Choose Save Target As...'); return
false;" href=
--
~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
Expression Web Resources:
http://www.spiderwebwoman.com/xweb/
FrontPage Resources:
http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others
"Frank" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> It is an xxx.IGC file which is a GPS log file used to record a flight.
> The actual internals of the file are just text.
> I can always get around this by right-click on the link and "Save Target
> as.... "
> But you know how Users are, so I was looking for a way to only offer a
> Save when clicking on the link
>
> Stefan B Rusynko wrote:
>> What is the file type of the link
>> - if it is a known browser type file it will always open in browser
>> window
>> (unless it is in say a zip file or a file that can be a server side
>> generated type file)
>>