当我点击菜单项时,是否可以从iframe打开链接?我对php有一些了解。
</tr>
<tr align="left" height="25" bgcolor="#B3BBB5">
<td class="textmenu">
<a href="Home.php">Home</a> |
<a href="Aboutus.php">About Us</a> |
<a href="contactinfo.php">Contact Us</a>
</td>
</tr>
<tr align="center">
<td width="100%"><div style="height:510px;">
<iframe src="Home.php" width="100%" name="scs_body" frameborder="no" style="height:500px;" ></iframe>
</div></td>
答案 0 :(得分:3)
你可以。 但请不要这样做。这是非常过时和糟糕的设计IMO。
在您要加载的主播上定位您的<iframe>
名称:
<a href="Home.php" target="scs_body">Home</a>