|
高手们帮忙看下!急! 在线等。 脚本如下 。谢谢
web_set_max_html_param_len("23567");
web_reg_save_param("sessionid",
"LB/IC=jsessionid=",
"RB=:13k9q19h3",
LAST);
web_reg_save_param("name",
"LB/IC=Name=\"docSubject\",Value=\"\"",
"RB=,>",
LAST);
web_submit_data("kmReviewMain.do;jsessionid={sessionid}:13k9q19h3_3",
"Action=http://testwas1.midea.com.cn:9081/mddq/km/review/km_review_main/kmReviewMain.do;jsessionid={sessionid}:13k9q19h3?method=save&fdTemplateId=129d94577debc77ad754de7480d916b1&s_css=mideaflow&s_seq=1",
"Method=POST",
"RecContentType=text/html",
"Referer=http://testwas1.midea.com.cn:9081/mddq/km/review/km_review_main/kmReviewMain.do;jsessionid={sessionid}:13k9q19h3?method=add&fdTemplateId=129d94577debc77ad754de7480d916b1&s_css=mideaflow",
"Snapshot=t33.inf",
"Mode=HTML",
ITEMDATA,
"Name=fdId", "Value=12d34a28ec719abb1502fac4d3794a1f", ENDITEM,
"Name=fdKey", "Value=WORKFLOW_EHR", ENDITEM,
"Name=docStatus", "Value=", ENDITEM,
"Name=docSubject", "Value={name}", ENDITEM,
当然这是一小段代码。
Action.c(28): Error -26377: No match found for the requested parameter "name". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 23567 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377] |
|