|
本帖最后由 flyven 于 2010-11-19 13:56 编辑
脚本的目的是要在系统中检索出一条记录
1、脚本执行完报错如下,系统中也没有产生数据:
ddd.c(628): Error -26627: HTTP Status-Code=404 (Not Found) for "http://s.sipo/neusipo/siposearch/searching/framework/'+src+'" [MsgId: MERR-26627]
ddd.c(628): web_custom_request("search_framework.js") highest severity level was "ERROR", 75489 body bytes, 550 header bytes [MsgId: MMSG-26388]
2、双击上面的错误日志,光标跳到错误脚本上,如下
web_custom_request("search_framework.js",
"URL=http://s.sipo/neusipo/siposearch/searching/framework/search_framework.js",
"Method=POST",
"Resource=0",
"RecContentType=text/html",
"Referer=http://s.sipo/neusipo/siposearch/framework.action",
"Snapshot=t92.inf",
"Mode=HTML",
"EncType=",
LAST);
3、注释掉上面的脚本,再次运行,脚本跑通了,系统中也产生数据了。
请问上面这段脚本有什么特殊?是什么原因呢? |
|