web状态条效果


桌面程序中一个processbar就是进度条,但html里没有,最近在做PHP内置采集器时, 使用以下方法在网页上模拟进度条显示


下载: process.html
  1. <table width="400" border="0" cellpadding="0" cellspacing="0" align="center">
  2.  <tr>
  3.  <td style="width:400px;height:10px;border:1px solid #000000;">
  4.  <table border="0" cellpadding="0" cellspacing="0">
  5.  <tr>
  6.  <td style="width:150px;height:10px;background:#316ac5;" id="asfdadsfasd">sdfasda</td>
  7.  </tr>
  8.  </table>
  9.  </td>
  10.  </tr>
  11.  </table>
  12.  
  13.  <a href="javascript:a();" mce_href="javascript:a();">asdfasdf</a>
  14.  
  15.  <script>
  16. function a()
  17. {
  18. document.getElementById('asfdadsfasd').style.width="300px";
  19. }
  20.  </script>
引用通告地址: 点击获取引用地址
评论: 0 | 引用: 0 | 阅读: 787
发表评论
昵 称: 密 码:
网 址: 邮 箱:
验证码: 验证码图片 选 项:
头 像:
内 容: