对于错误80040108无能为力 [英] clueless about error 80040108

查看:82
本文介绍了对于错误80040108无能为力的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

突然收到此错误:

错误''80040108''


/geta.asp,第23行


即:ObjMail.Body =" Instructions" &安培; vbtab&说明& vbcrlf& _


虽然我在这,但为什么''yourname''和''creditcard''字段返回

空白值,(当没有错误的时候)。

这是代码:


<%

Dim

说明,跟踪,膀胱,你的名字,地址,城市,邮箱,邮编,国家,电话,信用卡

ard,expdate,email

instructions = Request.Form(" instructions")

track = Request.Form(" track")

bladder = Request.Form(" bladder")

yourname = Request.Form(" yourname")

address = Request.Form(" address")

city = Request。表格(city)

state = Request.Form(" state")

zip = Request.Form(" zip")

country = Request.Form(" country")

phone = Request.Form(" phone")

creditcard = Request.Form(" creditcard" ;)

expda te = Request.Form(" expdate")

email = Request.Form(" email")

Dim kits

kits = Request.Form(kits)

Dim ObjMail

Set ObjMail = Server.CreateObject(" CDONTS.NewMail")

ObjMail .To =" hw ***** @ cox.net"

ObjMail.From =" in ** @ dinghydogs.com"

ObjMail.Subject = Dinghy Dogs order

ObjMail.Body ="说明书" &安培; vbtab&说明& vbcrlf& _

" Track" &安培; vbtab&田径赛道vbcrlf& _

" Bladder" &安培; vbtab&膀胱和vbcrlf& _

" Name" &安培; vbtab&你的名字和vbcrlf& _

" Address" &安培; vbtab&地址& vbcrlf& _

" City" &安培; vbtab&城市与城市vbcrlf& _

" State" &安培; vbtab&国家与vbcrlf& _

" Zip" &安培; vbtab&拉链& vbcrlf& _

" Country" &安培; vbtab&国家和地区vbcrlf& _

" Phone" &安培; vbtab&电话& vbcrlf& _

" Card#" &安培; vbtab&信用与vbcrlf& _

" Exp.Date" &安培; vbtab& expdate& vbcrlf& _

"电子邮件" &安培; vbtab&电子邮件& vbcrlf& _

" Ordered" &安培; vbtab&套件& vbcrlf& _

ObjMail.Send

设置ObjMail = Nothing

Response.Write谢谢您的订单


-

Harvey Waxman DMD

73 Wright Lane

Wickford,RI 02852

删除thefrown给我发电子邮件

解决方案

请看这里: http://www.aspfaq.com/show.asp?id=2386


此外,除非你''在NT 4服务器上,你应该切换到CDO。 CDONTS已退休。
已退休。 http://www.aspfaq.com/show.asp?id= 2026


雷在工作

Harvey Waxman < HW ***** @ thefrowncox.net>在消息中写道

新闻:hw *************************** @ msnews.microsof t.com .. 。

突然收到此错误:

错误''80040108''

/ geta.asp,第23行
这是:ObjMail.Body ="说明" &安培; vbtab&说明&
vbcrlf& _
当我在这时,为什么''yourname''和''creditcard''字段
返回空白值,(当没有错误时) , 那是)。
设置ObjMail = Server.CreateObject(" CDONTS.NewMail")



在文章< uU ******** *****@TK2MSFTNGP10.phx.gbl>,

" Ray at<%= sLocation%> [MVP] QUOT; < myfirstname at lane34 dot com>写道:

见这里: http://www.aspfaq.com/show.asp?id=2386

此外,除非你在NT 4服务器上,否则你应该切换到CDO。 CDONTS已退休。 http://www.aspfaq.com/show.asp?id= 2026

Ray在工作




非常感谢。现在,如果我只能弄明白该怎么做以及怎么做

:-)

-

Harvey Waxman DMD
73 Wright Lane

Wickford,RI 02852

删除thefrown给我发电子邮件


" Harvey Waxman < HW ***** @ thefrowncox.net>在消息中写道

新闻:hw *************************** @ msnews.microsof t.com .. 。

突然收到此错误:

错误''80040108''

/ geta.asp,第23行
这是:ObjMail.Body ="说明" &安培; vbtab&说明&
vbcrlf& _
"电子邮件" &安培; vbtab&电子邮件& vbcrlf& _
" Ordered" &安培; vbtab&套件& vbcrlf& _
ObjMail.Send




请看:


" Ordered" &安培; vbtab&套件& vbcrlf& _

-

Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - 用于运行IIS的工具,脚本和实用程序
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/


suddenly get this error:
error ''80040108''

/geta.asp, line 23

which is : ObjMail.Body = "Instructions" & vbtab & instructions & vbcrlf&_

and while I''m at it, why did the ''yourname'' and the ''creditcard'' fields return
blank values, (when there was no error, that is).
this is the code:

<%
Dim
instructions,track,bladder,yourname,address,city,s tate,zip,country,phone,creditc
ard,expdate,email
instructions = Request.Form("instructions")
track = Request.Form("track")
bladder = Request.Form("bladder")
yourname = Request.Form("yourname")
address = Request.Form("address")
city = Request.Form("city")
state = Request.Form("state")
zip = Request.Form("zip")
country = Request.Form("country")
phone = Request.Form("phone")
creditcard = Request.Form("creditcard")
expdate = Request.Form("expdate")
email = Request.Form("email")
Dim kits
kits = Request.Form("kits")
Dim ObjMail
Set ObjMail = Server.CreateObject("CDONTS.NewMail")
ObjMail.To = "hw*****@cox.net"
ObjMail.From = "in**@dinghydogs.com"
ObjMail.Subject = "Dinghy Dogs order"
ObjMail.Body = "Instructions" & vbtab & instructions & vbcrlf&_
"Track" & vbtab & track & vbcrlf&_
"Bladder" & vbtab & bladder & vbcrlf&_
"Name" & vbtab & yourname & vbcrlf&_
"Address" & vbtab & address & vbcrlf&_
"City" & vbtab & city & vbcrlf&_
"State" & vbtab & state & vbcrlf&_
"Zip" & vbtab & zip & vbcrlf&_
"Country" & vbtab & country & vbcrlf&_
"Phone" & vbtab & phone & vbcrlf&_
"Card#" & vbtab & credit & vbcrlf&_
"Exp.Date" & vbtab & expdate & vbcrlf&_
"Email" & vbtab & email & vbcrlf&_
"Ordered" & vbtab & kits & vbcrlf&_
ObjMail.Send
Set ObjMail = Nothing
Response.Write"Thank You For Your Order"

--
Harvey Waxman DMD
73 Wright Lane
Wickford, RI 02852
Remove thefrown to email me

解决方案

See here: http://www.aspfaq.com/show.asp?id=2386

Also, unless you''re on an NT 4 server, you should switch to CDO. CDONTS has
been retired. http://www.aspfaq.com/show.asp?id=2026

Ray at work
"Harvey Waxman" <hw*****@thefrowncox.net> wrote in message
news:hw***************************@msnews.microsof t.com...

suddenly get this error:
error ''80040108''

/geta.asp, line 23

which is : ObjMail.Body = "Instructions" & vbtab & instructions & vbcrlf&_
and while I''m at it, why did the ''yourname'' and the ''creditcard'' fields return blank values, (when there was no error, that is). Set ObjMail = Server.CreateObject("CDONTS.NewMail")



In article <uU*************@TK2MSFTNGP10.phx.gbl>,
"Ray at <%=sLocation%> [MVP]" <myfirstname at lane34 dot com> wrote:

See here: http://www.aspfaq.com/show.asp?id=2386

Also, unless you''re on an NT 4 server, you should switch to CDO. CDONTS has
been retired. http://www.aspfaq.com/show.asp?id=2026

Ray at work



Thank you very much. Now if I can only figure out what to do and how to do it
:-)
--
Harvey Waxman DMD
73 Wright Lane
Wickford, RI 02852
Remove thefrown to email me


"Harvey Waxman" <hw*****@thefrowncox.net> wrote in message
news:hw***************************@msnews.microsof t.com...

suddenly get this error:
error ''80040108''

/geta.asp, line 23

which is : ObjMail.Body = "Instructions" & vbtab & instructions & vbcrlf&_
"Email" & vbtab & email & vbcrlf&_
"Ordered" & vbtab & kits & vbcrlf&_
ObjMail.Send



look at :

"Ordered" & vbtab & kits & vbcrlf&_
--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserv...y/centers/iis/


这篇关于对于错误80040108无能为力的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆