html 中有 2 个 div,我想在单击 div1 时加载 div2。
每当 div2 加载后退按钮时,也会加载到 div1。
如何在html中做到这一点?
<td background="images/bgTd.gif" class="MenuTxt">Trends</td>
<td width="17">
<div style="position: relative; left: 0; top: 0;">
<img src="images/back.png" style="position: relative; top: 0; right: 0;"/>
<a class="aclass"onclick="plottrend1()">
<img src="images/back.png" width="17" height="22"style="position: absolute; top: 30; right: 70;"/>
</a>
</td>
</div>