How do I make a button that will bring up the download box for something on my website, without the user having to right-click and select "Save Target as..." :?:
Thanks
:lol: Martin :lol:
Recommended Answers
Jump to PostMost of your visitors will have .zip files set to offer as download rather than process automatically so you could upload in that format. There is also code that can be put in the .htaccess file to force what you want if your site is running on an apache server.
Jump to PostWait wait wait ... what is being asked is a client-side technology, not server-side at all ... Anything that would interact directly with the web browser - such as opening a dialog menu, would have to be a client-side script.
Server side scripts can interact with files on the …
Jump to PostUpdate, I searched the web and found out how to do it in JavaScript:
<a href="#" onclick="javascript:document.execCommand('SaveAs','1',null);">Link Here</a>
Replace
null
with a filename (if you use frames, or if you want clicking the link on one page to save another one).
Jump to PostThe code I provided will pop up with a message box when a link is clicked on. It is similar to those links that say "Click here to add this site to your Favorites / Bookmark list" ... only this one is a "Click here to download this page"
Jump to PostI'm sorry folks! I misread the question. Ignore me :) What I had THOUGHT you wanted was a link that duplicated the Internet Explorer function of selecting "Save As" from the File menu. I completely didn't notice the word "target" for some reason. I shouldn't post too early in the …
All 25 Replies
tgreer 189 Made Her Cry Team Colleague
martinkorner 0 Junior Poster
akadez 0 Newbie Poster
martinkorner 0 Junior Poster
tgreer 189 Made Her Cry Team Colleague
felgall 2 Junior Poster in Training
Bomba 0 Light Poster
tgreer 189 Made Her Cry Team Colleague
Dani 4,658 The Queen of DaniWeb Administrator Featured Poster Premium Member
Dani 4,658 The Queen of DaniWeb Administrator Featured Poster Premium Member
Bomba 0 Light Poster
Dani 4,658 The Queen of DaniWeb Administrator Featured Poster Premium Member
tgreer 189 Made Her Cry Team Colleague
Dani 4,658 The Queen of DaniWeb Administrator Featured Poster Premium Member
martinkorner 0 Junior Poster
martinkorner 0 Junior Poster
s1phrx 0 Newbie Poster
martinkorner 0 Junior Poster
s1phrx 0 Newbie Poster
martinkorner 0 Junior Poster
paradox814 1 Posting Whiz
martinkorner 0 Junior Poster
paradox814 1 Posting Whiz
martinkorner 0 Junior Poster
tgreer 189 Made Her Cry Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.