Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>A page with a link opening a PDF in one of its frames</title>
</head>
<body>
<a id="pdfLink" href="file_pdfjs_test.pdf" target="pdfFrame">Open the PDF</a>
<iframe name="pdfFrame" width="600" height="400"></iframe>
</body>
</html>