|
以下是错误提示:
Action.c(15): Error -27728: Step download timeout (300 seconds) has expired when downloading non-resource(s) [MsgId: MERR-27728]
Action.c(15): web_url highest severity level was "ERROR", 24263 body bytes, 292 header bytes [MsgId: MMSG-27178]
以下是脚本代码,请帮忙看一下
Action()
{
web_url("index.html",
"URL=http://serverpush.****.com/index.html",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
LAST);
web_url("ServerPush.aspx",
"URL=http://serverpush.****.com/ServerPush.aspx",
"Resource=0",
"RecContentType=text/html",
"Referer=http://serverpush.****.com/index.html",
"Snapshot=t2.inf",
"Mode=HTML",
LAST);
return 0;
[ 本帖最后由 lswx2 于 2008-6-16 12:30 编辑 ] |
|