我想转到IFrame中的表单中的网址。
<form><input name="Button" Type="button" class="btnsmall" onClick="window.location.href='1200X900S.html' target="_parent" value="View details"></form>
它将网址加载到iframe而不是主页面。 我知道这很简单,但凭借我有限的知识,我才挣扎! 感谢
答案 0 :(得分:0)
那你为什么要使用iframe?你可以简单地把那个按钮放在其他地方。