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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -