|
 |
asp_web_howto thread: ASP email and mysql
Message #1 by nusrat sarwar <nusratsarwar@y...> on Wed, 8 May 2002 14:16:05 -0700 (PDT)
|
|
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/cgi-bin/order2.asp, line 17
Invalid class string
this error i am getting
host server is linux and Apache
<%
from = request ("email")
cnm = request ("address")
nm=request ("name")
phone = request ("phone")
card = request ("cardNumber")
cnt= request ("country")
fax = request ("fax")
email = request ("email")
holder = request ("holder")
fp = request ("fp")
year2= request ("ExpYear")
month2=request ("ExpMonth")
Set Mail = Server.CreateObject("CDONTS.NewMail")
Mail.From = from
Mail.To ="nusratsarwar@y..."
Mail.CC ="khan@s..."
Mail.Subject = "Order Information"
BodyToSend = nm & " " &" has sent this mail " &" " &
vbCRLF &" " & vbCRLF& "Product required : "& fp & " "
& _
vbCRLF & "Country : " &cnt & " " & vbCRLF & "Phone :"
& phone &" " & vbCRLF& "Fax : " & fax &" " & vbCRLF &_
"Credit Card :"&card & " " & vbCRLF & "Exp Month is
:" &month2 & " " & vbCRLF &_
"Exp Year is : " &year2 & " " & vbCRLF & "Card Holder
Name is :" &holder & " " & vbCRLF
Mail.Body = BodyToSend
ON Error Resume Next
Mail.Send
If Err <> 0 then
Response.Write "Error Descriuption"
&Err.Description
else
Response.Redirect "../order.htm"
End If
%>
HELP ME!!!!!!!!!!
take care
regards
nusrat
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
Message #2 by Oleg Kapeljushnik <c-oleg.kapeljushnik@w...> on Thu, 09 May 2002 08:56:09 -0400
|
|
its because "CDONTS.NewMail" object not installed
on your server.
you get "CDONTS.NewMail" by default on windows machine,
but I don't know how to get it on Linux :(
Oleg
-----Original Message-----
From: nusrat sarwar [mailto:nusratsarwar@y...]
Sent: May 08, 2002 5:16 PM
To: ASP Web HowTo
Subject: [asp_web_howto] ASP email and mysql
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/cgi-bin/order2.asp, line 17
Invalid class string
this error i am getting
host server is linux and Apache
<%
from = request ("email")
cnm = request ("address")
nm=request ("name")
phone = request ("phone")
card = request ("cardNumber")
cnt= request ("country")
fax = request ("fax")
email = request ("email")
holder = request ("holder")
fp = request ("fp")
year2= request ("ExpYear")
month2=request ("ExpMonth")
Set Mail = Server.CreateObject("CDONTS.NewMail")
Mail.From = from
Mail.To ="nusratsarwar@y..."
Mail.CC ="khan@s..."
Mail.Subject = "Order Information"
BodyToSend = nm & " " &" has sent this mail " &" " &
vbCRLF &" " & vbCRLF& "Product required : "& fp & " "
& _
vbCRLF & "Country : " &cnt & " " & vbCRLF & "Phone :"
& phone &" " & vbCRLF& "Fax : " & fax &" " & vbCRLF &_
"Credit Card :"&card & " " & vbCRLF & "Exp Month is
:" &month2 & " " & vbCRLF &_
"Exp Year is : " &year2 & " " & vbCRLF & "Card Holder
Name is :" &holder & " " & vbCRLF
Mail.Body = BodyToSend
ON Error Resume Next
Mail.Send
If Err <> 0 then
Response.Write "Error Descriuption"
&Err.Description
else
Response.Redirect "../order.htm"
End If
%>
HELP ME!!!!!!!!!!
take care
regards
nusrat
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
---
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
Message #3 by nusrat sarwar <nusratsarwar@y...> on Thu, 9 May 2002 07:17:33 -0700 (PDT)
|
|
hi Oleg
many thanx for yr kind reply
can u be more generious by letting me know how to
handle this
its very important, PLEASE
take care
regards
nusrat
--- Oleg Kapeljushnik <c-oleg.kapeljushnik@w...>
wrote:
> its because "CDONTS.NewMail" object not installed
> on your server.
> you get "CDONTS.NewMail" by default on windows
> machine,
> but I don't know how to get it on Linux :(
>
> Oleg
>
> -----Original Message-----
> From: nusrat sarwar [mailto:nusratsarwar@y...]
> Sent: May 08, 2002 5:16 PM
> To: ASP Web HowTo
> Subject: [asp_web_howto] ASP email and mysql
>
>
> Server object error 'ASP 0177 : 800401f3'
>
> Server.CreateObject Failed
>
> /cgi-bin/order2.asp, line 17
>
> Invalid class string
>
>
> this error i am getting
> host server is linux and Apache
>
> <%
> from = request ("email")
> cnm = request ("address")
> nm=request ("name")
> phone = request ("phone")
> card = request ("cardNumber")
> cnt= request ("country")
> fax = request ("fax")
> email = request ("email")
> holder = request ("holder")
> fp = request ("fp")
> year2= request ("ExpYear")
> month2=request ("ExpMonth")
>
>
>
> Set Mail = Server.CreateObject("CDONTS.NewMail")
>
> Mail.From = from
> Mail.To ="nusratsarwar@y..."
> Mail.CC ="khan@s..."
> Mail.Subject = "Order Information"
> BodyToSend = nm & " " &" has sent this mail " &" "
> &
> vbCRLF &" " & vbCRLF& "Product required : "& fp & "
> "
> & _
> vbCRLF & "Country : " &cnt & " " & vbCRLF & "Phone
> :"
> & phone &" " & vbCRLF& "Fax : " & fax &" " & vbCRLF
> &_
> "Credit Card :"&card & " " & vbCRLF & "Exp Month is
> :" &month2 & " " & vbCRLF &_
> "Exp Year is : " &year2 & " " & vbCRLF & "Card
> Holder
> Name is :" &holder & " " & vbCRLF
> Mail.Body = BodyToSend
>
>
> ON Error Resume Next
> Mail.Send
> If Err <> 0 then
> Response.Write "Error Descriuption"
> &Err.Description
> else
> Response.Redirect "../order.htm"
> End If
> %>
>
> HELP ME!!!!!!!!!!
> take care
> regards
> nusrat
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
>
>
> ---
>
> 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
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Mother's Day is May 12th!
http://shopping.yahoo.com
Message #4 by Oleg Kapeljushnik <c-oleg.kapeljushnik@w...> on Thu, 09 May 2002 10:45:53 -0400
|
|
Unfortunately I don't know :(..
I never wrote something for Linux :(.
I guess you should look for some information about components
on Linux cause I don't even know how to approach this :(:(.
I would look for some examples that was written for Linux
and then would take it from there.
Oleg.
-----Original Message-----
From: nusrat sarwar [mailto:nusratsarwar@y...]
Sent: May 09, 2002 10:18 AM
To: ASP Web HowTo
Subject: [asp_web_howto] RE: ASP email and mysql
hi Oleg
many thanx for yr kind reply
can u be more generious by letting me know how to
handle this
its very important, PLEASE
take care
regards
nusrat
--- Oleg Kapeljushnik <c-oleg.kapeljushnik@w...>
wrote:
> its because "CDONTS.NewMail" object not installed
> on your server.
> you get "CDONTS.NewMail" by default on windows
> machine,
> but I don't know how to get it on Linux :(
>
> Oleg
>
> -----Original Message-----
> From: nusrat sarwar [mailto:nusratsarwar@y...]
> Sent: May 08, 2002 5:16 PM
> To: ASP Web HowTo
> Subject: [asp_web_howto] ASP email and mysql
>
>
> Server object error 'ASP 0177 : 800401f3'
>
> Server.CreateObject Failed
>
> /cgi-bin/order2.asp, line 17
>
> Invalid class string
>
>
> this error i am getting
> host server is linux and Apache
>
> <%
> from = request ("email")
> cnm = request ("address")
> nm=request ("name")
> phone = request ("phone")
> card = request ("cardNumber")
> cnt= request ("country")
> fax = request ("fax")
> email = request ("email")
> holder = request ("holder")
> fp = request ("fp")
> year2= request ("ExpYear")
> month2=request ("ExpMonth")
>
>
>
> Set Mail = Server.CreateObject("CDONTS.NewMail")
>
> Mail.From = from
> Mail.To ="nusratsarwar@y..."
> Mail.CC ="khan@s..."
> Mail.Subject = "Order Information"
> BodyToSend = nm & " " &" has sent this mail " &" "
> &
> vbCRLF &" " & vbCRLF& "Product required : "& fp & "
> "
> & _
> vbCRLF & "Country : " &cnt & " " & vbCRLF & "Phone
> :"
> & phone &" " & vbCRLF& "Fax : " & fax &" " & vbCRLF
> &_
> "Credit Card :"&card & " " & vbCRLF & "Exp Month is
> :" &month2 & " " & vbCRLF &_
> "Exp Year is : " &year2 & " " & vbCRLF & "Card
> Holder
> Name is :" &holder & " " & vbCRLF
> Mail.Body = BodyToSend
>
>
> ON Error Resume Next
> Mail.Send
> If Err <> 0 then
> Response.Write "Error Descriuption"
> &Err.Description
> else
> Response.Redirect "../order.htm"
> End If
> %>
>
> HELP ME!!!!!!!!!!
> take care
> regards
> nusrat
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - your guide to health and wellness
> http://health.yahoo.com
>
>
> ---
>
> 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
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Mother's Day is May 12th!
http://shopping.yahoo.com
---
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
Message #5 by nusrat sarwar <nusratsarwar@y...> on Thu, 9 May 2002 12:50:07 -0700 (PDT)
|
|
Hello Oleg
how can I ever thank you
please dont forget to let me know as soon as you got
them
many thanx again
take care
regards
nusrat
--- Oleg Kapeljushnik <c-oleg.kapeljushnik@w...>
wrote:
> Unfortunately I don't know :(..
> I never wrote something for Linux :(.
> I guess you should look for some information about
> components
> on Linux cause I don't even know how to approach
> this :(:(.
>
> I would look for some examples that was written for
> Linux
> and then would take it from there.
>
> Oleg.
>
> -----Original Message-----
> From: nusrat sarwar [mailto:nusratsarwar@y...]
> Sent: May 09, 2002 10:18 AM
> To: ASP Web HowTo
> Subject: [asp_web_howto] RE: ASP email and mysql
>
>
> hi Oleg
> many thanx for yr kind reply
> can u be more generious by letting me know how to
> handle this
> its very important, PLEASE
> take care
> regards
> nusrat
> --- Oleg Kapeljushnik <c-oleg.kapeljushnik@w...>
> wrote:
> > its because "CDONTS.NewMail" object not installed
> > on your server.
> > you get "CDONTS.NewMail" by default on windows
> > machine,
> > but I don't know how to get it on Linux :(
> >
> > Oleg
> >
> > -----Original Message-----
> > From: nusrat sarwar
> [mailto:nusratsarwar@y...]
> > Sent: May 08, 2002 5:16 PM
> > To: ASP Web HowTo
> > Subject: [asp_web_howto] ASP email and mysql
> >
> >
> > Server object error 'ASP 0177 : 800401f3'
> >
> > Server.CreateObject Failed
> >
> > /cgi-bin/order2.asp, line 17
> >
> > Invalid class string
> >
> >
> > this error i am getting
> > host server is linux and Apache
> >
> > <%
> > from = request ("email")
> > cnm = request ("address")
> > nm=request ("name")
> > phone = request ("phone")
> > card = request ("cardNumber")
> > cnt= request ("country")
> > fax = request ("fax")
> > email = request ("email")
> > holder = request ("holder")
> > fp = request ("fp")
> > year2= request ("ExpYear")
> > month2=request ("ExpMonth")
> >
> >
> >
> > Set Mail = Server.CreateObject("CDONTS.NewMail")
> >
> > Mail.From = from
> > Mail.To ="nusratsarwar@y..."
> > Mail.CC ="khan@s..."
> > Mail.Subject = "Order Information"
> > BodyToSend = nm & " " &" has sent this mail " &"
> "
> > &
> > vbCRLF &" " & vbCRLF& "Product required : "& fp &
> "
> > "
> > & _
> > vbCRLF & "Country : " &cnt & " " & vbCRLF & "Phone
> > :"
> > & phone &" " & vbCRLF& "Fax : " & fax &" " &
> vbCRLF
> > &_
> > "Credit Card :"&card & " " & vbCRLF & "Exp Month
> is
> > :" &month2 & " " & vbCRLF &_
> > "Exp Year is : " &year2 & " " & vbCRLF & "Card
> > Holder
> > Name is :" &holder & " " & vbCRLF
> > Mail.Body = BodyToSend
> >
> >
> > ON Error Resume Next
> > Mail.Send
> > If Err <> 0 then
> > Response.Write "Error Descriuption"
> > &Err.Description
> > else
> > Response.Redirect "../order.htm"
> > End If
> > %>
> >
> > HELP ME!!!!!!!!!!
> > take care
> > regards
> > nusrat
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Health - your guide to health and wellness
> > http://health.yahoo.com
> >
> >
> > ---
> >
> > 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
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Mother's Day is May 12th!
> http://shopping.yahoo.com
>
>
> ---
>
> 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
>
>
>
=== message truncated ===
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Mother's Day is May 12th!
http://shopping.yahoo.com
|
|
 |