
24/11/2003, 08:51
|
 | | | Fecha de Ingreso: noviembre-2001 Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 5 meses Puntos: 0 | |
jajaja...me falto un end
If err.number<>0 then
response.write err.description
response.end
else%>
<html><head><title>Titulo</title></head>
<body>
Muchas gracias por su mensaje
</body>
</html>
<%end%>
<%Set NewMail=nothing%> |