在一个页面中嵌入另一个页面使用iframe,但是被嵌入页面需要通过request传递参数应该如何实现?
3个回答
展开全部
不清楚你是不是说的jsp里边的参数传递
如果你要在两个静态父子对象的页面传递参数,你可以用parent来得到
是这么做的:
parent.html中设置一个hidden控件id为xx_info(正常用时style="display:block;改成style="display:none;)
<body>
<div id=top>
<div align='center'><font size='6' color='blue'>设置</font>
<textarea style="display:block; height:30px; width:100%;" id="xx_info">b</textarea>
</div>
<div id=topx align='right'>
<samp id=myzhangwu>
欢迎:<span class="zt2s">
</samp>
</div>
</div><!---->
被嵌套的iframe页面child.html
<script>
function sub_cmy(){
parent.document.getElementById('xx_info').innerHTML='adfasdfasdf';
}
function back_1(){
history.go(-1);
}
</script>
<body>
<div class="section_w cityMap">
<div id="map"> <a name="mc"></a>
<div class="xlcd2"> <br/>
<button onClick="sub_cmy()">提 交
</div>
</body>
如果你要在两个静态父子对象的页面传递参数,你可以用parent来得到
是这么做的:
parent.html中设置一个hidden控件id为xx_info(正常用时style="display:block;改成style="display:none;)
<body>
<div id=top>
<div align='center'><font size='6' color='blue'>设置</font>
<textarea style="display:block; height:30px; width:100%;" id="xx_info">b</textarea>
</div>
<div id=topx align='right'>
<samp id=myzhangwu>
欢迎:<span class="zt2s">
</samp>
</div>
</div><!---->
被嵌套的iframe页面child.html
<script>
function sub_cmy(){
parent.document.getElementById('xx_info').innerHTML='adfasdfasdf';
}
function back_1(){
history.go(-1);
}
</script>
<body>
<div class="section_w cityMap">
<div id="map"> <a name="mc"></a>
<div class="xlcd2"> <br/>
<button onClick="sub_cmy()">提 交
</div>
</body>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
request.setAttribute(" name","123 ");
保存在request中。其它页面也可以获得request.getparameter("name")
保存在request中。其它页面也可以获得request.getparameter("name")
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
分给我吧,反正没人会回答,虽然我也不懂
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询