在asp.net中怎样将button要跳转的页面放到iframe中
2个回答
展开全部
<asp:Button ID="Button1" runat="server" Text="Button" OnClientClick="javascript:window.open('http://www.baidu.com','frame1');return false;" />
<input type="button" onclick="javascript:window.open('http://www.baidu.com','frame1')" value="button" />
<iframe name="frame1" width="600px" height="300px"></iframe>
注意如果第一个用ASP.NET的Button要在最后加上Return Flase,否则不能成功跳转
这里是通过指定iframe的name来实现要跳转到目标ifrmae的
<input type="button" onclick="javascript:window.open('http://www.baidu.com','frame1')" value="button" />
<iframe name="frame1" width="600px" height="300px"></iframe>
注意如果第一个用ASP.NET的Button要在最后加上Return Flase,否则不能成功跳转
这里是通过指定iframe的name来实现要跳转到目标ifrmae的
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询