Sportica   Sportica

判断radio 是否被选中

 <td><input id="PTZ1" name="PTZ2" type="radio" value="0" onchange="test1()" /><td>

function test1()
{
    
    if(document.getElementById("PTZ1").checked)
    {
        alert("aa");
    }
}
posted @ 2012-05-04 14:05  qingjoin  阅读(470)  评论(0编辑  收藏  举报
  Sportica