|
源代码如下:
<div class='tab-page' id='fangfazx'>
<div class='tab'>分析结论 </div>
<iframe id='fangfazxframe' style='width:100%;height:100%' frameborder='0' src='' marginwidth='0' marginheight='0' scrolling='auto'></iframe>
<script type='text/javascript'>
tabpane1JS.addTabPage( document.getElementById( 'fangfazx'),'shfxExe.jsp?emethodId=00000000487460',document.all['fangfazxframe'],null,'false' );
</script>
</div>
我想对emethodId=00000000487460做关联,所做关联如下:
web_reg_save_param("emethodId",
"LB=shfxExe.jsp?emethodId=",
"RB=\'",
"Ord=1",
"Search=Body",
LAST);
( 注:不是很清楚这里的?和'是否要使用转义字符,但是这里用或不用都有相同错误)
回放脚本时报错:
SH.c(106): Error -26377: No match found for the requested parameter "emethodId". Check whether the requested boundaries exist in the response data. Also, if the data you want to save exceeds 1024 bytes, use web_set_max_html_param_len to increase the parameter size [MsgId: MERR-26377]
我知道26377错误可能是关联放的地方不对,但我确实是在以上源代码处第一次发现emethodId=00000000487460这个动态数据
还有一点疑问:
是否需要关联的数据都是以一下形式出现的?
<input type="hidden" name="id" value="ZX37000000080738" id="id">
我没做过开发,所以有些东西不是很懂,还请大家多帮忙呀 |
|