|
4#
楼主 |
发表于 2006-12-28 09:51:01
|
只看该作者
虽然编译过了,可是却找不到关联的数据,在帮我看看是怎么回事
源文件中:<INPUT TYPE="hidden" NAME="outboundFlight" VALUE="032;238;12/29/2006">
录制脚本中
web_reg_save_param("flightid2",
"LB=outboundFlight\" VALUE=\"",
"RB=\">",
LAST);
web_submit_form("reservations.pl_2",
"Snapshot=t5.inf",
ITEMDATA,
"Name=outboundFlight", "Value={flightid2}", ENDITEM,
"Name=reserveFlights.x", "Value=92", ENDITEM,
"Name=reserveFlights.y", "Value=10", ENDITEM,
LAST);
回放脚本出错:
flight.c(68): Error -26377: No match found for the requested parameter "flightid2". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 256 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
flight.c(68): Error -26374: The above "not found" error(s) may be explained by header and body byte counts being 0 and 0, respectively. [MsgId: MERR-26374]
flight.c(68): web_submit_form("reservations.pl_2") highest severity level was "ERROR", 0 body bytes, 0 header bytes [MsgId: MMSG-26388]
哪里错了呢? |
|