How can I add a popup PDF to my Point 2 site?
Whether you consider this convenient, or fast enough, you can use javascript to do the job. You can either use embed as I will do in the following sample, or you can use an iframe to google document viewer.
If you have no other solution, and you need it, try something of this nature ... load your pdfs on a hidden reports page. Identify the address the pdfs are being stored and use a variation on the following script:
<script type="text/javascript">
function popUp()
{
var win=window.open('location','name','height=600,width=830');
win.document.write('<html><head><title>Popup</title>');
win.document.write('<link rel="stylesheet" href="style.css">');
win.document.write('</head><body>');
win.document.write('<embed width="800" src="/Util/GetDocument.ashx?docId=1217565" height="375"></embed>'); // replace the src with you document location
win.document.write('<p><a href="javascript:self.close()">Close</a> the popup.</p>');
win.document.write('</body></html>');
win.document.close();
}
</script>
<p><a onclick="javascript:popUp()" href="#">test open</a></p>
The above script will open a new window and force the contents of the pdf you specify in the new window. If you have multiple pdfs, you can modify the code to pass the name of the pdf into the popUp() as a parameter, and call it multiple times.
- Dave's blog
- Login or register to post comments

Comments
The Search Engine Optimization Indore team at Preservance have developed our own in-house system to implement and manage a complete optimization program for your website. Our optimization team will apply best practice techniques to your website to achieve better results in the most popular search engines.
Really great feeling to know How one can I add a popup PDF to site?I m really impressed with this post and really looking forward to it, i think many will follow this post.Thanks for the sharing.
website seo mumbai
Really great feeling to know How one can I add a popup PDF to site?I m really impressed with this post and really looking forward to it, i think many will follow this post.Thanks for the sharing.
website seo mumbai