返回列表 发帖

html网页自动跳转代码

  1. <html>
  2. <head>

  3. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  4. <title>正在进入西农大网站</title>
  5. </head>
  6. <body>
  7. <form name=loading>
  8.   <p align=center> <font color="#0066ff" size="2">正在进入,请稍等</font><font color="#0066ff" size="2" face="Arial">...</font>
  9.   <input type=text name=chart size=46 style="font-family:Arial; font-weight:bolder; color:#0066ff; background-color:#fef4d9; padding:0px; border-style:none;">

  10.    <input type=text name=percent size=47 style="color:#0066ff; text-align:center; border-width:medium; border-style:none;">
  11.   <script> 
  12. var bar=0 
  13. var line="||" 
  14. var amount="||" 
  15. count() 
  16. function count(){ 
  17. bar=bar+2 
  18. amount =amount + line 
  19. document.loading.chart.value=amount 
  20. document.loading.percent.value=bar+"%" 
  21. if (bar<99) 
  22. {setTimeout("count()",100);} 
  23. else 
  24. {window.location = "http://www.xinongda.com/search";} 
  25. }</script>
  26.  </p>
  27. </form><p align="center">

  28. 测试:html网页自动跳转代码<br/>

  29. 你可以在这里写下你想的一切东西!<br />

  30. 如:西北农林科技大学是一所985、211院校。<br /><br />

  31. 如果您的浏览器不支持跳转,<a style="text-decoration: none" href="http://www.xinongda.com/search

  32. "><font color="#FF0000">请点这里</font></a>.</p>
  33. </body>
  34. </html>
复制代码
招友情链接:无要求,无限制
www.vwwv.com.ar

返回列表