0
點擊鏈接時我如何在iframe
中顯示網頁? : - ?當我們點擊一個鏈接時,在iframe中顯示網頁
使用此代碼,我們可以在文檔加載期間顯示example.com
。但我想打,當點擊該文件中的鏈接。(這iframe
必須在table
顯示。)
<table border="1">
<tr>
<td style="width:500px;height:400px">
<iframe src='http://example.com' frameborder="0" style="width:100%;height:100%"></iframe>
</td>
</tr>
</table>
感謝。