|
想把server返回的值取出来,但是日志中报错:ClickTrans_Action.c(36): Error -26377: No match found for the requested parameter "Dispatch_number". 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]
在generation log 中可以看到这样的数据:
var a145000300 = new WebFXTreeItem('定单' + '(' + '58' + ')' ,'javascript:showProperty();','1','145000300','','images/diaodo_dan.gif','images/diaodo_dan.gif')
我加的语句是:
web_reg_save_param("Dispatch_number",
"LB=('定单' + '(' + '",
"RB=' + ')' ,'javascript",
"Ord=all",
"RelFrameId=1",
"Search=Body",
"IgnoreRedirections=Yes",
LAST);
这样做为什么不对呢? |
|