[thelist] Acrobat .pdf

Matthew Fischer mfischer at e-fishsolutions.com
Sun Nov 12 21:40:28 CST 2000


Add a target to the link:

   <a href="myfile.pdf" target="_blank"> 

or use javascript and make a new window:

   <a href="javascript:window.open('myfile.pdf','mypdf','width=750,height=525,scrollbars=yes')">

or whatever other parameters you want.


On 11/12/00 at 9:25 PM, bmonchka at hotmail.com (Barret A Monchka) wrote:

> Hello,
> 
>    I need to have an Adobe Acrobat .pdf file available on my web site.  My 
> web site is opened in its own window with its very own dimensions and I do 
> not want the file to be loaded in that window.  Is there any way I could 
> make this file only available to download, and not available to be viewed 
> online? Or could I make sure that the file is loaded in it's very own 
> window.
> 
> TIA,
> 
> Barret


--

Matt Fischer || e-fish solutions, inc      (e)   \\\\\__   o  
   <mfischer at e-fishsolutions.com>           (e) /    o  \ o
  <http://www.e-fishsolutions.com>           (e)    ((  <
    877.WEB.FISH || 203.272.2987            (e) \+_+_+_/
           Fax 800.203.5816                (e)     \|/





More information about the thelist mailing list