Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <script>
  2. function printPage() {
  3. for (var k = 0; k < window.frames.length; k++) {
  4. window.frames[k].focus();
  5. window.frames[k].print();
  6. }
  7. }
  8. </script>
  9.  
  10. <div>
  11. <a href="../login/welcome.php">
  12. <button class="return" onclick="javascript:printPage()">
  13. Imprimir Documentos
  14. </button>
  15. </a>
  16. </div>
  17. <div>
  18. <iframe id="formU" src="print_doc1.php" marginheight="10" marginwidth="10" height="450" width="330"></iframe>
  19. <iframe id="formV" src="print_doc2.php" marginheight="10" marginwidth="10" height="450" width="330"></iframe>
  20. <iframe id="formW" src="print_doc3.php" marginheight="10" marginwidth="10" height="450" width="330"></iframe>
  21. <iframe id="formX" src="print_doc4.php" marginheight="10" marginwidth="10" height="450" width="330"></iframe>
  22. <iframe id="formY" src="print_doc5.php" marginheight="10" marginwidth="10" height="450" width="330"></iframe>
  23. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement