select点击option或a链接跳转指向当前页面的iframe

本文介绍了如何通过HTML的<select>元素结合onchange事件和iframe实现页面间的跳转,详细展示了通过改变<select>选项值来动态加载不同页面内容的方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

select点击option跳转指向iframe

<select  οnchange="bknew.location.href=this.options[this.selectedIndex].value;"
 <option value="1.html">111</option>
 <option value="2.html">222</option>
</select>

<iframe width="200" height="100" scrolling="no" src="1.html" name="bknew" style="border:none;" frameborder="0" ></iframe>



a链接跳转指向iframe

<a href="1.html" target="a">2011</a>
<a href="2.html" target="a">2012</a>
<iframe width="200" height="100" scrolling="no" id="a" name="a" src="1.html"></iframe>


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值