tân cổ đời tôi cô đơn- dũng thanh lâm

Saturday, June 22, 2013

code click open pdf

<iframe id="myFrame" style="display:none" width="500" height="300"></iframe>
<input type="button" value="Open PDF" onclick = "openPdf()"/>
<script type="text/javascript">
function openPdf()
{
var omyFrame = document.getElementById("myFrame");
omyFrame.style.display="block";
omyFrame.src = "http://quachson47.files.wordpress.com/2013/06/congty.pdf";
}
</script>

code for pdf to blogger

<iframe src="http://quachson47.files.wordpress.com/2013/06/congty.pdf" title="congty" align="top" height="620" width="100%" frameborder="0" scrolling="auto" target="Message">
<!-- Alternate content for non supporting browsers -->
<p align="center">Please click <a href="window.location.href='your_script.php'">here </a> to continue.</p>
</iframe>

Sunday, June 16, 2013

http://www.scribd.com/doc/16315444/Embed-PDF (code embed pdf file )

<p  style=" margin: 12px auto 6px auto; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none; display: block;">   <a title="View Embed PDF on Scribd" href="http://www.scribd.com/doc/16315444/Embed-PDF"  style="text-decoration: underline;" >Embed PDF</a> by <a title="View kisshomaru's profile on Scribd" href="http://www.scribd.com/kisshomaru"  style="text-decoration: underline;" >kisshomaru</a></p><iframe class="scribd_iframe_embed" src="http://www.scribd.com/embeds/16315444/content?start_page=1&view_mode=scroll&access_key=key-a4skwjdi4bxgkek0u0c&show_recommendations=true" data-auto-height="false" data-aspect-ratio="null" scrolling="no" id="doc_70921" width="100%" height="600" frameborder="0"></iframe>


http://www.scribd.com/doc/16315444/Embed-PDF

code emed pdf file

1-
<object src="MyDocument.pdf"type="application/x-pdf"width="500" height="400"><a href="MyDocument.pdf">MyDocument.pdf</a></object>


2-<embed src="MyDocument.pdf"type="application/x-pdf"width="500" height="400"/>


3-
<applet src="EmbedPDF.class" archive="EmbedPDF.jar"width="500" height="400"><param name="pdf" value="MyDocument.pdf"/><a href="MyDocument.pdf">MyDocument.pdf</a></applet>