Añado html
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<title>error impresion</title>
|
||||
<link rel="STYLESHEET" type="text/css" href="../../css/estilos.css">
|
||||
<SCRIPT LANGUAGE="JavaScript">
|
||||
<!--
|
||||
|
||||
function Cerrar()
|
||||
{
|
||||
top.close();
|
||||
}
|
||||
|
||||
//-->
|
||||
</SCRIPT>
|
||||
|
||||
</head>
|
||||
|
||||
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="5" bgcolor="#FFFFFF">
|
||||
|
||||
<table border="0" cellpadding="0" cellspacing="0" align="center" width="300">
|
||||
<tr>
|
||||
<td><img src="../img/sp.gif" width="1" height="25" border="0"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="txt" align="center">Se ha producido un error no esperado al intentar realizar la impresión del documento.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="300" class="txt" align="right" ><a href="javascript:Cerrar();" class="enlace" onMouseOver="self.status='Cerrar Ventana'; return true;" onMouseOut="self.status=''; return true;">cerrar </td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</HTML>
|
||||
Reference in New Issue
Block a user