Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PDF's

Status
Not open for further replies.

Phonez

Technical User
Jan 16, 2002
58
GB
Is there a way to save pdf's instead of opening them in explorer when you left click or even just stopping them from opening.

I presume that there must be an easy way to do this but I cant seem to find it.

Thanks in advance
 
This will stop the user from opening the PDF in IE. They will need to Right click and choose 'Save Target As' in order to save the PDF though.

Code:
<A HREF=&quot;mytest.pdf&quot; onClick=&quot;alert('To download this PDF you need to right-click and select Save Target As...');return false;&quot;>Test PDF</A>
Tony
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top