Posted in Javascript onDecember 01, 2008
代码如下:
<table width="100%" height="60" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="60" valign="top"> <!-- 此处显示摄像头所属于宿舍或者(大门/围墙)的概况信息 --> <iframe id="infoA" enableviewstate="true" src="infoA.htm" frameborder="0" scrolling="auto" style="width:648px; height:60px; margin:0px 0px 0px 0px;"> </iframe> </td> </tr> </table>
触发页面内容刷新的动作为
document.getElementById("infoA").src ='B.htm'
是不是感觉明朗了许多,平时用ajax,有没有还不知道原理实现的呢?
javascript实现的网页局布刷新效果
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@