How to insert a PDF inside a web page
This replaces the use of linking to a PDF file. One advantage is that it will eleminate the loss of your navigation structure.
<html> <head> <script language=”JavaScript1.1″> <!– location.replace(”yourpdf.pdf”); //–> < /SCRIPT> <noscript> <meta http-equiv=”Refresh” content=”0; URL=location2pdf.pdf”> </meta></noscript> </script></head> <body> Content <a href=”location2pdf.pdf”>Text for hyper link</a>. </body> </html>
Filed under: Coding on August 8th, 2004 No Comments »



























