|    
			
				22/02/2003, 19:54
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: enero-2002 Ubicación: Ontario,Toronto [Canada] 
						Mensajes: 2.017
					 Antigüedad: 23 años, 9 meses Puntos: 6 |  | 
  |  holaprueba esto
 esto estaba por ahí
 <html>
 <head>
 <title>CDONTS Test</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 </head>
 <body bgcolor="#ffffff" text="#000000">
 <center>
 <table width="500">
 <%
 If request.form("action")="Test" then
 on error resume next
 Set Mail = CreateObject("CDONTS.Newmail")
 if err.number = 0 then
 Mail.From = request.form("UserEmail")
 Mail.To = request.form("UserEmail")
 Mail.Subject = "Your mail works!"
 Mail.Body = "EL CDONTS FUNCIONA DEL CARAJO 27-6-2002"
 Mail.Send
 Set Mail = Nothing
 %>
 <tr>
 <td align="center"> <b>Test Completado</b>
 <p>Recibiras el email pronto
 <% else %>
 <td align="center"> <font face="arial">
 <h3><b>Test Completado</b></h3>
 <p>Tu webserver NO  soporta CDONTS.
 <% end if %>
 </font> </td>
 </tr>
 <% Else %>
 <tr>
 <td align="center"> <font face="times new roman">
 <h2><i>CDO for NT Test</i></h2>
 </font> <font face="Arial">
 <form action="cdonts.asp" method="POST">
 <p>Si tu servidor soporta CDO for NTS recibiras un email<br>
 de confirmación minutos después de enviar el email
 <pre>
 Tu E-Mail: <input type="TEXT" name="UserEmail" size="25">
 </pre>
 <p>
 <center>
 <input type="SUBMIT" name="action" value="Test">
 <input type="RESET" value="limpiar" name="RESET">
 </center>
 </form>
 </font> </td>
 </tr>
 <% End If %>
 </table>
 </center>
 </body>
 </html>
 
 
 Esto comprueba si tienes instalado cdonts.
 saludos
 
				__________________  Un Saludo  www.tutores.org 
Asp  | Php | Javascript | Perl | Coldfusion | Flash | +- 2000 codigos     |