Aca el codigo:
Código:
Gracias por la ayuda de antemano <script language="Javascript"> function imprSelec(form1) { var ficha = document.getElementById(form1); var ventimp = window.open(' ', 'popimpr'); ventimp.document.write( ficha.innerHTML ); ventimp.document.close(); ventimp.print( ); ventimp.close(); } </script>