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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

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

c++ - Convert big endian to little endian when reading from a binary file -