Action.c(50): Error -26377: No match found for the requested parameter "outboundFlight". Either the specified boundaries were not found in the response or the matched text is longer than current max html parameter size of 256 bytes. The total length of the response is 2683 bytes. You can use "web_set_max_html_param_len" to increase the max parameter size. [MsgId: MERR-26377]
知道问题了,脚本放错位置了,应该放在查找的内容的上方
关联脚本
//name="outboundFlight" value="022;464;05/19/2017">
web_reg_save_param("outboundFlight",
"LB=name=\"outboundFlight\" value=\"",
"RB=\">",
LAST);