Tools, FAQ, Tutorials:
Hyper Link Points to a ZIP File
What Happens If a Hyper Link Points to a ZIP File?
✍: FYIcenter.com
If you want to build a hyper link to allow visitors to access a ZIP file by clicking a hyper link, you can put the URL of the ZIP file directly in the "href" attribute of the hyper link. If a visitor clicks the link, the browser will fetch the PDF file, and display a dialog box to ask you to save the file to your local computer.
The tutorial example below shows you how ZIP files can be linked by hyper links:
<p>Click the hyper link to save the <a href="http://www.w3.org/TR/xhtml1/xhtml1.zip" >ZIP File</a> provided by www.w3.org.</p>
The above code is included below in this document, so you can try it now.
Click the hyper link to save the ZIP File provided by www.w3.org.
⇒ Creating an HTML Link to Open a Document in New Window
2017-07-03, 1448🔥, 0💬
Popular Posts:
How to access Query String parameters from "context.Request.Url.Que ry"object in Azure API Policy? Q...
Where to get a real Atom XML example? You can follow this tutorial to get a real Atom XML example: 1...
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
How to use the "find-and-replace" Policy Statement for an Azure API service operation? The "find-and...