|
在脚本中手动增加了关联:
web_reg_save_param("CustomerID",
"LB=<input type=\"hidden\" name=\"cust_id\" value=",
"RB=/>",
LAST);
web_reg_save_param("MemoID",
"LB=<input type=\"hidden\" name=\"memo_id\" value=",
"RB=/>",
LAST);
web_url("edit.jsp",
"URL=http://192.168.80.60:7001/business/customer_management/memo/edit.jsp?cust_id={CustomerID}&memo_id={MemoID}",
"Resource=0",
"RecContentType=text/html",
"Referer=http://192.168.80.60:7001/subFrame.jsp",
"Snapshot=t12.inf",
"Mode=HTML",
EXTRARES,
"URL=/js/SpecChar.htc", ENDITEM,
"URL=/images/index_image/button/bt_dot.gif", "Referer=http://192.168.80.60:7001/business/customer_management/memo/edit.jsp?cust_id={CustomerID}&memo_id={MemoID}", ENDITEM,
"URL=/js/SpecChar.htc", "Referer=http://192.168.80.60:7001/subFrame.jsp", ENDITEM,
"URL=/js/SpecChar.htc", "Referer=http://192.168.80.60:7001/subFrame.jsp", ENDITEM,
"URL=/js/SpecChar.htc", "Referer=http://192.168.80.60:7001/subFrame.jsp", ENDITEM,
"URL=/js/SpecChar.htc", "Referer=http://192.168.80.60:7001/subFrame.jsp", ENDITEM,
"URL=/js/SpecChar.htc", "Referer=http://192.168.80.60:7001/subFrame.jsp", ENDITEM,
"URL=/js/SpecChar.htc", "Referer=http://192.168.80.60:7001/subFrame.jsp", ENDITEM,
"URL=/js/SpecChar.htc", "Referer=http://192.168.80.60:7001/subFrame.jsp", ENDITEM,
"URL=/js/SpecChar.htc", "Referer=http://192.168.80.60:7001/subFrame.jsp", ENDITEM,
"URL=/js/SpecChar.htc", "Referer=http://192.168.80.60:7001/subFrame.jsp", ENDITEM,
"URL=/js/SpecChar.htc", "Referer=http://192.168.80.60:7001/subFrame.jsp", ENDITEM,
"URL=/js/SpecChar.htc", "Referer=http://192.168.80.60:7001/subFrame.jsp", ENDITEM,
LAST);
回放时,出错了。出错信息如下:
Action1.c(125): Error: HTTP Status-Code=500 (Internal Server Error) for "http://192.168.80.60:7001/business/customer_management/memo/edit.jsp?cust_id={CustomerID}&memo_id={MemoID}"
Action1.c(125): Downloading resource "http://192.168.80.60:7001/images/index_image/button/bt_dot.gif" (specified by argument number 11)
Action1.c(125): Error: No match found for the requested parameter "CustomerID". If the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size
Action1.c(125): Error: No match found for the requested parameter "MemoID". If the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size
Action1.c(125): web_url highest severity level was "ERROR", 947 body bytes, 310 header bytes
请问如何解决? |
|