




























<%
'功能:用来在选择<input type="radio">
'来源:http://jorkin.reallydo.com/article.asp?id=563Function RadioScript(ByVal FormElement, ByVal ElementValue)
RadioScript = "<scr" & "ipt language=""javascript"" type=""text/javascript"">" & vbCrLf
RadioScript = RadioScript & "var Jorkin='" & ElementValue & "';" & vbCrLf
RadioScript = RadioScript & " for(i = 0; i < " & FormElement & ".length; i++){" & vbCrLf
RadioScript = RadioScript & " if (Jorkin == " & FormElement & "[i].value){" & vbCrLf
RadioScript = RadioScript & " " & FormElement & "[i].checked = true}}</scr" & "ipt>" & vbCrLf
End Function
%>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。