Is there anyway to create a desktop icon (cross platform/browser) from a linked image on a page without some kind of executable?
<a href="http://www.example.com"><img src="nice_icon.png" /></a>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not cross-platform, no, but most browsers support this out of the box. At least Firefox and IE do this no problem on Windows: When you drag-and-drop a link, a
.lnkfile is created on the desktop. I assume it’s the same for Mac. For Linux, I don’t know but I could imagine this works with the more modern graphical desktops as well.There is no way to reliably enforce this across browsers, see this question (answered by yours truly)
Try it out!