<body style="cursor:wait"  disabled>
asdf<input>
</body>

解决方案 »

  1.   

    <div id="wait" style="position:absolute; left:93px; top:127px; width:150px; height:36px; z-index:1; background-color: #FFFFCC; layer-background-color: #FFFFCC; border: 1px none #000000; visibility: hidden;">
      <table width="108" height="39" border="0" align="center" cellpadding="0" cellspacing="0" class="font12">
        <tr>
          <td width="108" align="center">处理中请稍后...</td>
        </tr>
      </table>
    </div>激发wait.style.visibility='visible';
      

  2.   

    这些只能起到样子,没有实际作用. 我要的是:FORM提交后,页面不动(每个FIELD都能看到),弹出等待窗口,同时页面中的所有东西都不能在更改.等提交的数据保存后,返回页面时再自动解开. 希望有好的方法