0
我有一個包含按鈕的父頁面。我想通過點擊主按鈕來更改iframe頁面。iFrame更改按鈕點擊父母
我的代碼遵循的iframe:
<iframe id="etrack_main"
src="iframe/etrack/menu.php"
frameborder="0" width="100%" scrolling="yes"
onload="resizeIframe(this); "></iframe>
按鈕的代碼如下:
<div class="col-xs-2">
<button type="button"
class="btn btn-rounded btn-danger btn-block"
onClick="location.href='iframe/etrack/search.php'"
target="etrack_main">Client Checks
</button>
</div>
,它打開一個新的網頁內嵌框架,但沒有使用父頁面
非常感謝你 –
@TrevorAckermann很高興幫助你 – AvrilAlejandro