Skip to content

Commit

Permalink
Create definitiva.html
Browse files Browse the repository at this point in the history
La única forma de imprimir pdf en Iexplorer, poner especial atencion en object.
  • Loading branch information
ualejandroc committed Sep 4, 2013
1 parent edbdece commit 85dfaa6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions definitiva.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html><head>
<script language="javascript1.2"> function printIe(){
//debugger;
var p=window.document.getElementById("examplePDF"); p.setActive(); p.print();
}
</script>

</head>
<body onload="javascript: window.setTimeout(function(){printIe()} , 3000);">



<object ID="examplePDF" type="application/pdf" data="aa.pdf" width="0" height="0">


</body></html>

0 comments on commit 85dfaa6

Please sign in to comment.