html - newbie question about anchor tag -


say have line in aspx file

<li>    <a href="../products/handout.pdf" target="_blank">        desktop , laptop installations    </a>  </li>   

my problem pdf file opened ie , how can force open in adobe acrobat ( associated app ) doable @ or decided ie , associated app somehow tia

you can't. handled user's computer, not code.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -