Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/08/2006, 10:21
Avatar de Potro
Potro
 
Fecha de Ingreso: abril-2001
Mensajes: 2.249
Antigüedad: 24 años
Puntos: 39
mira este ejemplo lo puso Pachangero en una pregunta =..

<html>
<head>
<% Response.ContentType = "application/vnd.ms-excel"
Response.AddHeader "content-disposition", "inline; filename=Consulta Especifica.xls" %>
<title> Consulta </title> </head>

<body>
<Table>
<tr>
<td> Registro </td>
</tr>
<tr>
<td> 51 </td>
</tr>
</table>

</body>
</html>

espero te sirva mas como referencia..

SALUDOS:::::::