|
web_reg_save_param("Num_text1",
"LB=Url=app.desktop.myDesktop.js?temp=",
"RB=>",
"ord=all",
"IgnoreRedirections=Yes",
LAST);
web_url("myDesktop.html",
"URL=http://127.0.0.1:8080/xnh_zb/desktop/myDesktop.html",
"Resource=0",
"RecContentType=text/html",
"Referer=",
"Snapshot=t1.inf",
"Mode=HTML",
EXTRARES,
"Url=app.desktop.myDesktop.js?temp={Num_text1}", ENDITEM,
.......
错误提示:
Error -26377: No match found for the requested parameter "Num_text1". 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]
Action.c(14): web_url("myDesktop.html") highest severity level was "ERROR", 495272 body bytes, 9677 header bytes, 152 chunking overhead bytes [MsgId: MMSG-26387] |
|