Tema: Pie de tabla
Ver Mensaje Individual
  #9 (permalink)  
Antiguo 07/06/2005, 12:38
anacran
 
Fecha de Ingreso: marzo-2005
Mensajes: 64
Antigüedad: 19 años, 1 mes
Puntos: 0
Pues es que el html no tiene demasiado....
Código:
<%if session("Authenticated")<>1  then
	Response.redirect("../default.htm")
end if
constr = application("cmdbconstr")
sql = "select aa, mm from vw_tResolucion group by aa,mm"
%>
<html>
<head>
	<title>Tiempo Medio</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="../CSS/mant.css">
</head>
<body>
<%
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open constr
%>
<br>
<b>Tiempo de Resoluci&oacute;n de Incidencias:</b><br>
<br><br>
<%
Set RS = Server.CreateObject("ADODB.Recordset")
rs.cursortype = adopenstatic
RS.Open sql, Conn
If RS.EOF then %>
y a continuación empieza el codigo que te he mandado