I have the following HTML page in which I have three iframes.(我有以下HTML页面,其中有三个iframe。)
I would like to allow users to resize the height and width of the iframes manually using Javascript.(我想允许用户使用Javascript手动调整iframe的高度和宽度。)
<body>
<table>
<tr>
<td colspan="2" id = "freebase_td">
<iframe id = "freebase_frame" src="" width="100%" height="400px"></iframe>
</td>
</tr>
<tr>
<td align="left" id = "wiki_td">
<iframe id = "wiki_frame" src="" width="100%" height="400px"></iframe>
</td>
<td align="right" id = "imdb_td">
<iframe id = "imdb_frame" src="" width="100%" height="400px"></iframe>
</td>
</tr>
</table>
</body>
ask by Saurabh Saxena translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…