javascript to print embed pdf

L

l.achenza

Hallo,
I have this code that works fine in IE but not in Firefox (2.0)
Can you help me please?
Thank you

<html>
<head>
<script>
function printDocument() {
var x = document.getElementById("myDoc");
x.print();
}

</script>

</head>
<body>
<embed id="myDoc" src ="myDoc.pdf" width="550" height="550"
name="blabla">
<button onclick="printDocument()">Stampa</button>
</body>
</html>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,197
Latest member
Sean29G025

Latest Threads

Top