|
web_set_max_html_param_len("1024");
web_reg_save_param("outboundflight",
"LB=outboundFlight value=",
"RB= checked >",
LAST);
这段脚本在回放时,有时没有问题, 有时提示这个错误:
Action.c(48): Error -26377: No match found for the requested parameter "outboundflight". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
Action.c(48): Notify: Saving Parameter "outboundflight = ".
Action.c(48): web_submit_data("reservations.pl") highest severity level was "ERROR", 2352 body bytes, 253 header bytes [MsgId: MMSG-26388] |
|