Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Happens If a Hyper Link Points to a PDF File
What Happens If a Hyper Link Points to a PDF File? - XHTML 1.0 Tutorials - Understanding Hyper Links and URLs
✍: FYIcenter.com
If you want to build a hyper link to allow visitors to access a PDF file by clicking a hyper link, you can put the URL of the PDF file directly in the "href" attribute of the hyper link. If a visitor clicks the link, the browser will fetch the PDF file, and launch Adobe Reader to display it for you automatically.
The tutorial example below shows you how PDF files can be linked by hyper links:
<p>Click the hyper link to read the <a href="http://www.w3.org/TR/xhtml1/xhtml1.pdf" >PDF 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 read the PDF File provided by www.w3.org.
2007-05-12, 5458👍, 0💬
Popular Posts:
How Can we change priority & what levels of priority are provided by Dot Net? Thread Priority ca...
what is a service contract, operation contract and Data Contract? - part 1 In the below sample we ha...
Can you explain project life cycle ? Figure :- 12.2 Life cycle of a project There are five stages of...
Can event’s have access modifiers ? Event’s are always public as they are meant to serve every one r...
What is synchronization and why is it important? With respect to multithreading, synchronization is ...