Move scroll from iframe, embed or object to PDF

0

I have an online reading project, I'm using the iframe tag to display pdf on the page. I need to save scroll and restore at next reading. Sample excerpt:

 <html>
    <head>
       <script src='jquery.js'></script>

    </head>
    <body>
    <iframe src='documento.pdf' width='800px' heigth='600px'>
    </body>
    </html>

Could you use the embed tag or the object tag, instead of iframe, is it the same ??

    
asked by anonymous 10.03.2015 / 16:16

0 answers