X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/f79e92f4a5ebf90ddb33469110e19f80f3383eab..9e975d5999b9dfdacd9a1bf8187aacebfc1cd999:/sistema/www/servicios/bandas/accesos.php diff --git a/sistema/www/servicios/bandas/accesos.php b/sistema/www/servicios/bandas/accesos.php index b883e37..6605511 100644 --- a/sistema/www/servicios/bandas/accesos.php +++ b/sistema/www/servicios/bandas/accesos.php @@ -25,6 +25,7 @@ $fecha = $_GET['fecha']; $agente =& new BandasNovedades_AgenteBanda($nrodoc,new date($fecha),$dbh); $pagina =& new HTML_Page(array( 'doctype'=>'HTML 4.01 Transitional', 'charset'=>'iso-8859-1')); +$pagina->updateAttributes(array('onload'=>'javascript:window.print()')); $tabla =& new MECON_HTML_Tabla(array('width'=>'400'),'medio'); $IMG =& new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif'); $titulo =& new HTML_Table(array('width'=>'400','border'=>'0','class'=>'titulo'));