<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...
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|