
13/02/2007, 16:28
|
 | Colaborador | | Fecha de Ingreso: octubre-2003
Mensajes: 2.393
Antigüedad: 21 años, 6 meses Puntos: 27 | |
Re: aspmail - envío de pagina html completa sip Cita: <%
fName = server.mappath("pagina.html")
Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.openTextFile(fName)
Mensaje = a.readall
a.Close
set a = nothing
set fs = nothing
%>
<%
'tu codigo
Mail.body = Mensaje
'seguis
%> salup!
__________________ JuanRa Pérez
San Salvador, El Salvador |