Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
barry22 #1
Don't want to right click on a PDF link to save it!!!!
Hi can any one help me to download a .pdf file with out doing save as but just
to click on it and it will automatically go to the Save dialog box!!! I have a
view document option and a download option on my page and it will be completely
useless if they can just in the view option go and save the document so I want
them to be able to download it whit out viewing it first!
barry22 Guest
-
Auto-Click LInk
I was just wondering if there is some kind of code so that I can have my "http://www.myspace.com" website to point to this website automatically. I... -
Save variable on a click
I have a menu made up of images where users can click an image to load the next page. I want each image to send a unique id number to the page the... -
Link click detection?
How might one detect if someone clicked on a hyperkink at your website, so it can be logged in a database? This would have to be done before the... -
on click of a link button should first save the data and then open a new browser
Hi, A page consists of a link button. Clicking this link button should first save data in the database. If the data is saved correctly then it... -
robhuddles #2
Re: Don't want to right click on a PDF link to saveit!!!!
Unfortunately, this just isn't supported by the browsers. If they have the
Adobe Reader installed, a PDF will open directly. The only way to force a
download is to give it an extension that doesn't have an associated browser
plug-in, such as .zip, but then they have to go through the extra step of
unzipping the file.
I have long felt that HTML needs an attribute on the anchor tag to control
this behavior - something like <a href="foo.pdf" forcedownload="true">, but
alas, this doesn't exist.
Rob Huddleston
Adobe Certified Dreamweaver 8 Developer
robhuddles Guest
-
Murray *ACE* #3
Re: Don't want to right click on a PDF link to save it!!!!
This can be forced server-side, you know?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"robhuddles" <webforumsuser@macromedia.com> wrote in message
news:eiaf3r$mme$1@forums.macromedia.com...> Unfortunately, this just isn't supported by the browsers. If they have the
> Adobe Reader installed, a PDF will open directly. The only way to force a
> download is to give it an extension that doesn't have an associated
> browser
> plug-in, such as .zip, but then they have to go through the extra step of
> unzipping the file.
>
> I have long felt that HTML needs an attribute on the anchor tag to control
> this behavior - something like <a href="foo.pdf" forcedownload="true">,
> but
> alas, this doesn't exist.
>
> Rob Huddleston
> Adobe Certified Dreamweaver 8 Developer
>
Murray *ACE* Guest
-
Michael Fesser #4
Re: Don't want to right click on a PDF link to save it!!!!
..oO(robhuddles)
.... and the plugin activated ...>Unfortunately, this just isn't supported by the browsers. If they have the
>Adobe Reader installed
You could also try to deliver the file as application/octet-stream,>a PDF will open directly. The only way to force a
>download is to give it an extension that doesn't have an associated browser
>plug-in, such as .zip, but then they have to go through the extra step of
>unzipping the file.
which should cause a download dialog.
Thankfully. It would take away too much control from the user. It's not> I have long felt that HTML needs an attribute on the anchor tag to control
>this behavior - something like <a href="foo.pdf" forcedownload="true">, but
>alas, this doesn't exist.
the author who has to decide what to do with a downloaded document. You
can't force anything in the web - and that's a good thing.
Micha
Michael Fesser Guest



Reply With Quote

