About 47,100 results
Open links in new tab
  1. How can I create download link in HTML? - Stack Overflow

    May 8, 2010 · I have a basic idea of HTML. I want to create the download link in my sample website, but I don't have idea of how to create it. How do I make a link to download a file …

  2. html - How to set name of file downloaded from browser? - Stack …

    154 When they click a button to download the file, you can add the HTML5 attribute download where you can set the default filename. That's what I did, when I created a xlsx file and the …

  3. How to trigger a file download when clicking an HTML button or ...

    Thanks to you "how to trigger a file download in javascript" would give answers much faster for any future searcher.

  4. Downloading Canvas element to an image - Stack Overflow

    Learn how to download a Canvas element as an image using JavaScript and HTML in this Stack Overflow discussion.

  5. How can I download a PDF file instead of opening them in …

    I was wondering how to make a PDF file link downloadable instead of opening them in the browser? How is this done in html? (I'd assume it's done via JavaScript or something).

  6. How to export an HTML table as a .xlsx file - Stack Overflow

    May 28, 2016 · This means you do need to create multiple files. This is impossible to do with JS, client-side. Instead, you should create a function retrieving the data from your HTML table and …

  7. How to make PDF file downloadable in HTML link? - Stack Overflow

    Dec 13, 2008 · 15 I found a way to do it with plain old HTML and JavaScript/jQuery that degrades gracefully. Tested in IE7-10, Safari, Chrome, and FF: HTML for download link:

  8. html - href image link download on click - Stack Overflow

    Mar 9, 2010 · Learn how to create an image download link using PHP with a simple code example.

  9. Force to open "Save As..." popup open at text link click for PDF in …

    Sep 27, 2010 · This won't necessary open the save as-dialog, but will download the link straight to the preset download destination. And of course if you are doing a site for someone else, and …

  10. html - Change name of download in javascript - Stack Overflow

    Feb 17, 2017 · asked Apr 6, 2012 at 20:58 Intra 2,129 3 21 23 possible duplicate of Changing the name of an html download – Mr Lister Apr 6, 2012 at 21:16