In article <0C7Lb.48013$Dm.16946@edtnps89>, "George" <>
wrote:
> i want to code a link so that users can download a PDF file. Unfortunately,
> a simple HREF causes the PDF to be opened in their Acrobat browser plugin
> with no options to "save as".
>
> Is there HTML coding that will automatically bring up the little "save as"
> dialog options when someone clicks on the link?
>
> Otherwise, I could write out directions to "right-click" and choose "save
> as...", but what would I say for Mac Users? Is it CTRL-Click or
> Option-Click that brings up context menus on Mac?
Why would they need to save it to disk first? (Which already happens or
else they cannot view it. The problem rises when they cannot find it
again. Saving the file to disk manually increases the chance for the
user to find it back)
What if they just want to take a look at it and leave it at that?
Example:
<p>
<a href="dodo_extinction.pdf">Whitepaper on the extinction of dodos</a>
</p>
<p>
You may want to save this file to disk manually to view it at a later
time. This can be done through bringing up the contextual menu on the
link and choose the option <em>Save as</em>. You can right-click the
link or use the left mousebutton in combination with the <abbr
title="Control">CTRL</abbr>-key (Macintosh-users).
</p>
Not all Mac users have single-button mice. Not all multi-button mice
users are on Windows OS. Saving to disk can be done in more ways than
through the contextual menu.
--
Kris
erlands (nl)