求教云层老师:分页栏关联问题
云层老师:听了您的课程后我回来做关联练习,想捕捉分页栏的信息,可是为什么不行呢?web_reg_save_param("recordnum",
"LB=共有",
"RB=条记录",
"Ord=1",
"Search=NoResource",
LAST);
是不是我的左右边界不行啊?可是源文件是这样的:
[首页 | 上一页
| 下一页 | 末页
] 页数:1/1页
共有1条记录
每页显示<input name="pagesize1" value="15" size="3"onkeydown="return EnterRedirect()" onkeypress="return checkInput(event.keyCode);">条 <input type="button" value="GO!" class="button_list_s" onclick="submitCheck();">
出错信息是这样的:
Error -26377: No match found for the requested parameter "recordnum". 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
我也觉得左右边界写得很别扭,请教您这种得应该怎么写呢?
回复 2# 的帖子
打开日志调试开关,把对应的参数的具体值给输出来,看是不是取到了您要的东东。 关联函数放错位置了?你放在看到这个页面的请求前,个人觉得就是这个问题了
页:
[1]