百度首页 | 百度空间
 
查看文章
 
vbscript獲取radio的值
2007年11月22日 星期四 下午 03:53
<SCRIPT LANGUAGE="VBScript">
function bb()
for i=0 to aa.length-1
if document.all.aa(i).checked = true then
msgbox document.all.aa(i).value
end if
next
end function
</SCRIPT>
<input type=radio name=aa value="a">a<br>
<input type=radio name=aa value="b">b<br>
<input type=radio name=aa value="c">c<br>
<input type=button value=看看 onclick="bb()">

类别:Technology | 添加到搜藏 | 浏览() | 评论 (0)
 
最近读者:
 
网友评论:
发表评论:
姓 名:
网址或邮箱: (选填)
内 容:
验证码:
 

     

©2008 Baidu