张晓华的博客

        2005年,最后一场雪,还是下了,虽然凄凉了一些!
posts - 172, comments - 92, trackbacks - 5, articles - 1

javascript 修改页面内容的方法范例

Posted on Saturday, November 05, 2005 4:08 AM
<html>
 <head>
  <title></title>
 </head>
 <body>
<script>
m=5
Time=window.setInterval("Alors()",1000);
function Alors(){
 Ob=document.all("L");
  Ob.innerHTML=m;
  m--;
  if(m==0){
    window.open('Logon.aspx','_self');
  }
}
  </script>
<span id=L>5</span>秒后自动跳转至登录页面
 </body>
</html>

Post Comment

Title  
Name  
Url
Comment   
Protected by Clearscreen.SharpHIPEnter the code you see: