|
5#
楼主 |
发表于 2013-4-16 17:05:21
|
只看该作者
Action()
{
web_url("smartedm",
"URL=http://demo10.zhujinnet.com:8081/smartedm/",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=img/login/table_bg.png", ENDITEM,
LAST);
lr_think_time(38);
web_submit_form("welcome.do",
"Snapshot=t2.inf",
ITEMDATA,
"Name=loginNo", "Value=lvadf", ENDITEM,
"Name=pwd", "Value=2344net", ENDITEM,
EXTRARES,
"Url=img/col02bg.gif", ENDITEM,
"Url=img/content_nav_bar.gif", ENDITEM,
"Url=img/frame_switch.gif", ENDITEM,
"Url=img/head_center.png", "Referer=", ENDITEM,
"Url=img/button5.png", "Referer=", ENDITEM,
"Url=img/button4.png", "Referer=", ENDITEM,
"Url=img/button1.png", "Referer=", ENDITEM,
"Url=img/button6.png", "Referer=", ENDITEM,
"Url=img/head_left.png", "Referer=", ENDITEM,
"Url=img/guide1.png", "Referer=", ENDITEM,
"Url=img/head_right.png", "Referer=", ENDITEM,
"Url=img/button/hd_row_over_bg.gif", "Referer=", ENDITEM,
"Url=img/left_ba.gif", "Referer=", ENDITEM,
"Url=img/left_bg.png", "Referer=", ENDITEM,
LAST);
web_url("content.do",
"URL={logurl}/smartedm/content.do?method=getTipsAjax&nowtime=1366010719328",
"Resource=0",
"RecContentType=text/html",
"Referer=http://demo10.zhujinnet.com:8081/smartedm/menu.do",
"Snapshot=t3.inf",
"Mode=HTML",
EXTRARES,
"Url=open-flash-chart.swf", ENDITEM,
LAST);
web_url("content.do_2",
"URL=http://demo10.zhujinnet.com:8081/smartedm/content.do?method=getSysinfoAjax&nowtime=1366010720640",
"Resource=0",
"RecContentType=text/html",
"Referer=http://demo10.zhujinnet.com:8081/smartedm/content.do",
"Snapshot=t4.inf",
"Mode=HTML",
LAST);
web_url("content.do_3",
"URL=http://demo10.zhujinnet.com:8081/smartedm/content.do?method=getServerInfoAjax&nowtime=1366010720640",
"Resource=0",
"RecContentType=text/html",
"Referer=http://demo10.zhujinnet.com:8081/smartedm/content.do",
"Snapshot=t5.inf",
"Mode=HTML",
LAST);
return 0;
} |
|