火狐對disabled的不兼容

<script> window.onload=function () { var bu=document.getElementById("bu"); bu.disabled=true; var p1=document.getElementById("p1"); p1.onclick=function () { bu.disabled=false; } } </script> <body> <but
相關文章
相關標籤/搜索