首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > ASP >

高分求解 调用子程序时不能使用括号解决办法

2012-02-26 
高分求解 调用子程序时不能使用括号MicrosoftVBScript编译器错误(0x800A0414)调用子程序时不能使用括号/格

高分求解 调用子程序时不能使用括号
Microsoft   VBScript   编译器错误   (0x800A0414)
调用子程序时不能使用括号
/格致网站/certresult.asp,   line   34,   column   70
.SetRequestHeader( "Content-Type ", "application/x-www-form-htmlencoded ")
---------------------------------^

With   Retrieval  
.Open   "post ",   url,   False
.SetRequestHeader( "Content-Type ", "application/x-www-form-urlencoded ")
.Send( "FrontCertNo=FrontCertNo1&FrontExaminerNo=FrontExaminerNo1&FrontIdCard=FrontIdCard1&FrontExaminerNo=FrontExaminerNo1&FrontName=escap(FrontName1)&KSLX=KSLX1 ")
End   With  

求大家帮帮忙啊     我实在不行了!!!

[解决办法]


只有用 CALL 调用时才需要写括号啊
[解决办法]
SetRequestHeader( "Content-Type ", "application/x-www-form-htmlencoded ")
改成这样,

SetRequestHeader "Content-Type ", "application/x-www-form-htmlencoded "


错了,你找我麻烦,结帖吧

热点排行