TA的每日心情 | 开心 2014-12-26 13:34 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
3#
楼主 |
发表于 2007-8-24 16:14:17
|
只看该作者
原帖由 haiquan180 于 2007-8-24 16:04 发表
sdlkfj5 把代码多贴出来一些
-
- // {projdefine}= 8a8196b2148c482c011496b320cd0014
- web_reg_save_param("projdefine",
- "LB/ic=projectId=",
- "RB/ic=&",
- "Ord=6",
- "RelFrameId=1",
- "Search=Body",
- "IgnoreRedirections=Yes",
- LAST);
- web_url("bid.struts_2", //错误出现在这里,执行这一步脚本自动中止,因为根本没有获取到参数值
- "URL=http://testserver/first/bid.struts?actionType=listBid&projectId={projdefine}&type=0101",
- "Resource=0",
- "RecContentType=text/html",
- "Referer=http://testserver/first/roadproject.struts?actionType=roadproject_list",
- "Snapshot=t24.inf",
- "Mode=HTTP",
- LAST);
- web_url("roadproject.struts_8",
- "URL=http://testserver/first/roadproject.struts?actionType=costinfo_top&delSQL=1&projectId=projdefine",
- "Resource=0",
- "RecContentType=text/html",
- "Referer=http://testserver/first/roadproject.struts?actionType=roadproject_list",
- "Snapshot=t25.inf",
- "Mode=HTTP",
- LAST);
- web_concurrent_start(NULL);
- web_url("util.js_5",
- "URL=http://testserver/first/jsp/includes/js/util.js",
- "Resource=1",
- "Referer=http://testserver/first/bid.struts?actionType=listBid&projectId=projdefine&type=0101",
- LAST);
- web_url("ajax.js_5",
- "URL=http://testserver/first/jsp/includes/js/ajax.js",
- "Resource=1",
- "Referer=http://testserver/first/bid.struts?actionType=listBid&projectId=projdefine&type=0101",
- LAST);
- web_url("button.gif_3",
- "URL=http://testserver/first/jsp/images/button.gif",
- "Resource=1",
- "Referer=http://testserver/first/roadproject.struts?actionType=costinfo_top&delSQL=1&projectId=projdefine",
- LAST);
- web_concurrent_end(NULL);
复制代码 |
|