|
 |
asp_web_howto thread: Please Help
Message #1 by "Silvina Bruja" <silvina_73@h...> on Fri, 19 Jul 2002 14:02:39 +0000
|
|
Please I find your page in internet, and I need 1 answer please
I learning do Web page on Front Page and to send a mail with a form.
I does the following code:
<%
vempresa=Request.Form("txtempresa")
vnombres=Request.Form("txtnombres")
vapellido=Request.Form("txtapellido")
vcargo=Request.Form("txtcargo")
vdireccion=Request.Form("txtdireccion")
vlocalidad=Request.Form("txtlocalidad")
vprovincia=Request.Form("txtprovincia")
vcodigopostal=Request.Form("txtcodigopostal")
vtelefono=Request.Form("txttelefono")
vfax=Request.Form("txtfax")
vcorreoelectronico=Request.Form("txtcorreoelectronico")
vdireccionurl=Request.Form("txtdireccionurl")
Response.Write(vcorreoelectronico)
Dim Message
Set Message=Server.CreateObject("CDONTS.NewMail") 'smtp es el protocolo
que
el que te da el hosting tiene que activar para que funcione este objeto.
Message.From="rgonzalez@p..."
Message.To=vcorreoelectronico
Message.Subject="Gracias por enviarnos su e-mail."
BodyToSend="Su e-mail ha sido recibido satisfactoriamente, responderemos
el
mismo a la brevedad."
Message.Body=BodyToSend
Message.Send
%>
But not serd it.
write the following:
Server object error´ASP 0177:800401f3´
Server.CreateObject Failed
/confirmacionemp.asp, line 24
800401f3
Sorry to my english languages, it´s not well. But please can you help me.
Thank you so much.
I will wait your reply.
Silvina.
____________________________________________________________
MSN. Más Útil cada Día. http://www.msn.es/intmap/
_________________________________________________________________
Charle con sus amigos online usando MSN Messenger: http://messenger.msn.com
_________________________________________________________________
MSN Fotos: la forma más fácil de compartir e imprimir fotos.
http://photos.msn.es/support/worldwide.aspx
Message #2 by Annie Hunt <ajhunt@b...> on Fri, 19 Jul 2002 15:47:05 +0100
|
|
Hi Silvina
You may need to load the latest Service Pack see here:
http://support.microsoft.com/default.aspx?scid=3Dkb;EN-US;q188289
and some more help here:
http://www.15seconds.com/faq/Errors/522.htm
I did a search on google.com with your error message in the search
field
like this: 0177:800401f3 and it came back with quite a few links.
Hope this helps
Annie
-----Original Message-----
From: Silvina Bruja [mailto:silvina_73@h...]
Sent: 19 July 2002 15:03
To: ASP Web HowTo
Subject: [asp_web_howto] Please Help
Please I find your page in internet, and I need 1 answer please
I learning do Web page on Front Page and to send a mail with a form.
I does the following code:
<%
vempresa=3DRequest.Form("txtempresa")
vnombres=3DRequest.Form("txtnombres")
vapellido=3DRequest.Form("txtapellido")
vcargo=3DRequest.Form("txtcargo")
vdireccion=3DRequest.Form("txtdireccion")
vlocalidad=3DRequest.Form("txtlocalidad")
vprovincia=3DRequest.Form("txtprovincia")
vcodigopostal=3DRequest.Form("txtcodigopostal")
vtelefono=3DRequest.Form("txttelefono")
vfax=3DRequest.Form("txtfax")
vcorreoelectronico=3DRequest.Form("txtcorreoelectronico")
vdireccionurl=3DRequest.Form("txtdireccionurl")
Response.Write(vcorreoelectronico)
Dim Message
Set Message=3DServer.CreateObject("CDONTS.NewMail") 'smtp es el
protocolo
que
el que te da el hosting tiene que activar para que funcione este
objeto.
Message.From=3D"rgonzalez@p..."
Message.To=3Dvcorreoelectronico
Message.Subject=3D"Gracias por enviarnos su e-mail."
BodyToSend=3D"Su e-mail ha sido recibido satisfactoriamente,
responderemos
el
mismo a la brevedad."
Message.Body=3DBodyToSend
Message.Send
%>
But not serd it.
write the following:
Server object error=B4ASP 0177:800401f3=B4
Server.CreateObject Failed
/confirmacionemp.asp, line 24
800401f3
Sorry to my english languages, it=B4s not well. But please can you help
me.
Thank you so much.
I will wait your reply.
Silvina.
____________________________________________________________
MSN. M=E1s =DAtil cada D=EDa. http://www.msn.es/intmap/
_________________________________________________________________
Charle con sus amigos online usando MSN Messenger:
http://messenger.msn.com
_________________________________________________________________
MSN Fotos: la forma m=E1s f=E1cil de compartir e imprimir fotos.
http://photos.msn.es/support/worldwide.aspx
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogram
me
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogram
me
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogram
me
r-20
Message #3 by "Silvina Bruja" <silvina_73@h...> on Fri, 19 Jul 2002 15:19:54 +0000
|
|
Thank you so much. I hope can up ok.
>From: Annie Hunt <ajhunt@b...>
>Reply-To: "ASP Web HowTo" <asp_web_howto@p...>
>To: "ASP Web HowTo" <asp_web_howto@p...>
>Subject: [asp_web_howto] RE: Please Help
>Date: Fri, 19 Jul 2002 15:47:05 +0100
>
>Hi Silvina
>
>You may need to load the latest Service Pack see here:
>
>http://support.microsoft.com/default.aspx?scid=kb;EN-US;q188289
>
>and some more help here:
>
>http://www.15seconds.com/faq/Errors/522.htm
>
>I did a search on google.com with your error message in the search field
>like this: 0177:800401f3 and it came back with quite a few links.
>
>Hope this helps
>Annie
>
>-----Original Message-----
>From: Silvina Bruja [mailto:silvina_73@h...]
>Sent: 19 July 2002 15:03
>To: ASP Web HowTo
>Subject: [asp_web_howto] Please Help
>
>
>
>Please I find your page in internet, and I need 1 answer please
>I learning do Web page on Front Page and to send a mail with a form.
>I does the following code:
>
><%
> vempresa=Request.Form("txtempresa")
> vnombres=Request.Form("txtnombres")
> vapellido=Request.Form("txtapellido")
> vcargo=Request.Form("txtcargo")
> vdireccion=Request.Form("txtdireccion")
> vlocalidad=Request.Form("txtlocalidad")
> vprovincia=Request.Form("txtprovincia")
> vcodigopostal=Request.Form("txtcodigopostal")
> vtelefono=Request.Form("txttelefono")
> vfax=Request.Form("txtfax")
> vcorreoelectronico=Request.Form("txtcorreoelectronico")
> vdireccionurl=Request.Form("txtdireccionurl")
> Response.Write(vcorreoelectronico)
> Dim Message
> Set Message=Server.CreateObject("CDONTS.NewMail") 'smtp es el
>protocolo
>que
>el que te da el hosting tiene que activar para que funcione este objeto.
> Message.From="rgonzalez@p..."
> Message.To=vcorreoelectronico
> Message.Subject="Gracias por enviarnos su e-mail."
> BodyToSend="Su e-mail ha sido recibido satisfactoriamente,
>responderemos
>el
>mismo a la brevedad."
> Message.Body=BodyToSend
> Message.Send
>
>%>
>
>But not serd it.
>write the following:
>
>Server object error´ASP 0177:800401f3´
>Server.CreateObject Failed
>/confirmacionemp.asp, line 24
>800401f3
>
>Sorry to my english languages, it´s not well. But please can you help me.
>Thank you so much.
>I will wait your reply.
>Silvina.
>____________________________________________________________
>MSN. Más Útil cada Día. http://www.msn.es/intmap/
>
>
>
>
>
>
>_________________________________________________________________
>Charle con sus amigos online usando MSN Messenger: http://messenger.msn.com
>
>
>
>
>_________________________________________________________________
>MSN Fotos: la forma más fácil de compartir e imprimir fotos.
>http://photos.msn.es/support/worldwide.aspx
>
>
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
>r-20
>
>
>---
>
>Improve your web design skills with these new books from Glasshaus.
>
>Usable Web Menus
>http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
>r-20
>Constructing Accessible Web Sites
>http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
>r-20
>Practical JavaScript for the Usable Web
>http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
>r-20
_________________________________________________________________
MSN Fotos: la forma más fácil de compartir e imprimir fotos.
http://photos.msn.es/support/worldwide.aspx
|
|
 |