- $(document).ready(function(){
- $("a.downloadHelp").live('click', function(e){
- e.preventDefault();
- window.location.href = '/artms/downloads/db-model.pdf';
- });
- });
and here the link
<a style="padding-left:5px;padding-right:5px;" class="downloadHelp" href="#">Help</a>
when user click on help link the file is opens in the browser , is there way to open the link using browser download window ?