![]() |
#1 |
Registered User
Join Date: Mar 2011
Posts: 267
|
PDF load with out clicking
Hi, I wanted to know if anyone knows a way to make a PDF file open without being clicked on. I have a PDF file that I want put into a HTML file but I want it to load when the window is opened so that it has a navagation bar on the top so that the viewer can go back to my original site.
Thanks |
![]() |
![]() |
![]() |
#2 |
Registered User
Join Date: Jul 2011
Posts: 18
|
<script type="text/javascript">
function openPdf() { var omyFrame = document.getElementById("myFrame"); omyFrame.style.display="block"; omyFrame.src = "yourfilelocation_or_filename.pdf"; } </script> <body onload="openPdf();"> <iframe id="myFrame" widht="800px" height="640px" style="border:1px solid Black;"> </iframe> </body> This should help me...
__________________
car rental cyprus |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|