Search
 
SCRIPT & CODE EXAMPLE
 

HTML

how to do auto download when you click on a link

<a href="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png" download>download file</a>
var a = document.createElement('a');
a.href = "https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png";
a.download = 'download';

a.click();
Comment

PREVIOUS NEXT
Code Example
Html :: insert html in word 
Html :: csv and html tags 
Html :: Metabox 
Html :: input type number is not showing decimal cases when is 0.00 html 
Html :: convert js to html 
Html :: single div using two tags h5 tag &h6tag 
Html :: <a href="https://api.whatsapp.com/send?phone=15551234567"Send Message</a  
Html :: selectize add properties to item from html 
Html :: How to display data from database in HTML 
Html :: HTML <cite for Work Title 
Html :: ms crm aadhar number validation javascript 
Html :: remove jsessionid from url spring 
Html :: how to add send call in html 
Html :: html dd right align 
Html :: haw to fmake a link open in a new tag in html 
Html :: dorpdown format in template 
Html :: how to make div accessable with tab 
Html :: jQuery CDN | jQuery Migrate | jQuery UI | jQuery Mobile Latest Version 
Html :: design to html 
Html :: chrome extension button click to different html page 
Html :: html strike tag customize 
Html :: HOW TO PERFORM AN ACTION AN OPTION IS CLICKED IN DROP DOWN 
Html :: href in spring mvc 
Html :: how to make rom hajkcko 
Html :: visualizar pdf bootstrap 
Html :: como recupperar senha html 
Html :: element is no longer attached to DOM. Unable to animate. 
Html :: inject html text bold into page view.py 
Html :: html unicode audio 
Html :: html landing page templates free 
ADD CONTENT
Topic
Content
Source link
Name
7+5 =