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 cross-site PDF in one of its frames</title>
</head>
<body>
<a id="pdfLink" href="https://example.org/browser/toolkit/components/pdfjs/test/file_pdfjs_test.pdf" target="pdfFrame"
>Open the PDF</a
>
<iframe name="pdfFrame" width="600" height="400"></iframe>
</body>
</html>