|
3#
楼主 |
发表于 2009-10-23 11:02:51
|
只看该作者
Action()
{
web_url("loginIndex.jsp",
"URL=http://library.neibu.koolearn.com/loginIndex.jsp",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=/images/front/head_bg.jpg", ENDITEM,
"Url=/images/front/head_bg2.jpg", ENDITEM,
"Url=/images/front/ge.jpg", ENDITEM,
"Url=/images/front/head_bg3.jpg", ENDITEM,
"Url=/images/front/dot5.jpg", ENDITEM,
"Url=/images/front/head_bg4.jpg", ENDITEM,
"Url=/images/front/dl.jpg", ENDITEM,
LAST);
web_submit_form("libraryLogin",
"Snapshot=t2.inf",
ITEMDATA,
"Name=userName", "Value=gaozlib", ENDITEM,
"Name=password", "Value=123123", ENDITEM,
"Name=randNumber", "Value=1111", ENDITEM,
"Name=button", "Value= ", ENDITEM,
EXTRARES,
"Url=/images/front/top.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/head_bg2.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/head_bg4.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/ge.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/join2.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/dot1.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/tabbg.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/tab2.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/txt3bg.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/tit1.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/btn1.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/dot2.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/txt1bg.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/head_bg.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/xin.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/txt4bg.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/top10_2.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/tit4.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/tit2.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
"Url=/images/front/top10_1.jpg", "Referer=http://library.neibu.koolearn.com/online/library.jsp", ENDITEM,
LAST);
return 0;
} |
|