TIMAIUS RAGON LEGENDARIO
CRITIUS:DRAGON LEGENDARIO
HERMOS:DRAGON LEGENDARIO
DRAGON FINAL OJIAZUL
DRAGON DE CINCO CABEZAS
SELLOS DE ORICALCOS
DRAGON FINAL SLIFER
Hoy habia 5 visitantes (8 clics a subpáginas) ¡Aqui en esta página!
copyright 2007 todos los derechos reservados
Mantenimiento web .::JovelDesigners::. www.joveldesigners.tk
nueva opcion en que idioma quieres ver la web??
.::Rastreador:::.
.::Web Amigas::.
<%
Dim strEmail, strName, strComments, Mail
strEmail = request.form(Email)
strName = request.form(Name)
strComments = request.form(Comments)
Set Mail = Server.CreateObject(Persits.MailSender)
Mail.Host = Mail.YOURDOMAINNAME.com
Mail.From = strEmail
Mail.AddAddress YOUR EMAIL ADDRESS HERE
Mail.Subject = YOUR SUBJECT HERE
Mail.Body = Email: & strEmail & vbCrLf & Name: & strName & vbCrLf & Comments: & vbCrLf & strComments
On Error Resume Next
Mail.Send
Set Mail = Nothing
IF Err <> 0 THEN Response.Write Sorry, there was an error and your email was not sent. & Err.Description
END IF
%>
ASP Web Pro
Este sitio web fue creado de forma gratuita con PaginaWebGratis.es. ¿Quieres también tu sitio web propio?