简体   繁体   中英

1 click open more than 1 link html

I made a page which I put all links next to each other. Every link opens different website. I have to click one by one to them in order to open them and there are 20 links so it takes while everytime. Is there anybody knows how can I make it so when I click only 1 link it opens all of them ?

You can do this with JavaScript, but popup blockers and what not are going to get in the way.

You're looking for window.open() .

If it were me, I'd just build an all-in-one installer with NSIS, or at least zip the installers into one ZIP file to distribute.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM