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 ??