TA的每日心情 | 开心 2015-5-5 13:21 |
---|
签到天数: 1 天 连续签到: 1 天 [LV.1]测试小兵
|
2#
楼主 |
发表于 2006-3-12 18:50:06
|
只看该作者
按下面的三种写法都失败
Error -26377: No match found for the requested parameter "RegisterNumBalance". 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(260): Notify: Saving Parameter "RegisterNumBalance = "
Action.c(260): web_url("left_page.php_2") highest severity level was "ERROR", 6956 body bytes, 394 header bytes, 26 chunking overhead bytes [MsgId: MMSG-26387]
web_reg_save_param("RegisterNumBalance",
"LB=<RegisterNumBalance>",
"RB=</RegisterNumBalance>",
LAST);
web_reg_save_param( "RegisterNumBalance",
"LB= 受理编号为",
"RB=~",
"Ord=10",
"Search=body",
"RelFrameId=1",
LAST);
web_reg_save_param( "RegisterNumBalance",
"LB= 受理编号为",
"RB=~",
"SaveOffset=32",
"SaveLen=15",
LAST); |
|