ayuoo 发表于 2009-6-19 12:40:05

求助:后台生成htm时候出现无效使用 Null: \'Replace\'

Microsoft VBScript 运行时错误 错误 '800a005e' 无效使用 Null: 'Replace' D:\WWWROOT\0818ZP\WEB\ADMIN0soso\WEBSYS\../../Inc/Commoncode.asp,行 2377

刚安装好都正常的..我打了下补丁就这样了。。问下老大 什么原因额

ayuoo 发表于 2009-6-19 13:13:50

编号9生成完成,点击查看!
编号7生成完成,点击查看!
编号6生成完成,点击查看!

Microsoft VBScript 运行时错误 错误 \'800a005e\'

无效使用 Null: \'Replace\'

D:\\WWWROOT\\0818ZP\\WEB\\ADMIN0soso\\WEBSYS\\../../Inc/Commoncode.asp,行 2665

这个错误是在生成全部企业职位列表 的时候产生的..

2665行代码是:
htm=Replace(htm,\"{$FR_招聘部门}\",hire_dept)

求解!!!谢谢

admin 发表于 2009-6-23 17:36:06

在此文件中找到
hire_dept=Hlhrs(\"hire_dept\")
修改为
if Hlhrs(\"hire_dept\")<>\"\" then hire_dept=Hlhrs(\"hire_dept\")

ayuoo 发表于 2009-6-23 17:39:28

谢谢老大
页: [1]
查看完整版本: 求助:后台生成htm时候出现无效使用 Null: 'Replace'