毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> WEB开发 >> 正文

Microsoft-VBScript编译器错误'800a0400'

更新时间:2012-6-15:  来源:毕业论文

Microsoft VBScript 编译器错误 '800a0400' 

缺少语句 

\wwwroot\student.asp, line 49
下面是源码:
<%@ language="VBScript" %>
<%
t1 = Request.Form("T1") 
t2 = Request.Form("T2")
t3 = Request.Form("T3")
t4 = Request.Form("T4") 
t5 = Request.Form("T5")
t6 = Request.Form("T6") 
t7 = Request.Form("T7")  
if t1="" OR t2="" OR t5="" then Response.Write "有必填数据没有填写!" else  
set xmldoc = server.createObject("MSXML.DOMDocument") 
xmldoc.async = "false" 
xmldoc.load(server.mappath("studentInfor.xml")) 
set root = xmldoc.DocumentElement 
set newNode1 = xmldoc.CreateElement("student")
root.AppendChild(newNode1) 

set newNode2 = xmldoc.CreateElement("SN") 
newNode1.AppendChild(newNode2) 
newNode2.text = t1 
set newNode2 = xmldoc.CreateElement("Name") 
newNode1.AppendChild(newNode2) 
newNode2.text = t2 

set attrNode=xmldoc.CreateAttribute("sex")

newNode2.setAttributeNode(attrNode)
attrNode.text="T6"

set attrNode=xmldoc.CreateAttribute("birth")

newNode2.setAttributeNode(attrNode)
attrNode.text="T7"

newNode1.AppendChild(newNode2)
set newNode2 = xmldoc.CreateElement("Class")

newNode1.AppendChild(newNode2) 
newNode2.text = t3 
set newNode2 = xmldoc.CreateElement("Tel") 
newNode1.AppendChild(newNode2) 
newNode2.text = t4 
set newNode2 = xmldoc.CreateElement("Email")
newNode1.AppendChild(newNode2) 
newNode2.text = t5  
xmldoc.save(server.mappath("student.xml"))
set xmldoc = nothing 
Response.Write"客户数据已成功添加!" 
end if //这里是49行
%> 

[1] [2] 下一页

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©youerw.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。