Hi everyone!! I'm having some trouble to print a form. It is a table, and the bottom row is an html which shows an Iframe of another table. Then, I inserted this print button at the footer of the data page: <input onclick="window.print();return false;" type="button" value=" Imprimir Orden de Compra " /> But it shows the whole page, and I just wanted to print the form, so I tried: <input type="button" onclick="printDiv('caspioform')" value="Print caspioform" /> It print