html代码大全 33. 选择了哪一个Radio
提问人:刘团圆发布时间:2020-11-02
<HTML><script language="vbscript">
function checkme()
for each ob in radio1
if ob.checked then window.alert ob.value
next
end function
</script><BODY>
<INPUT name="radio1" type="radio" value="style" checked>style
<INPUT name="radio1" type="radio" value="barcode">Barcode
<INPUT type="button" value="check">
</BODY></HTML>
继续查找其他问题的答案?
相关视频回答
回复(0)
点击加载更多评论>>