<script language="vbscript">
function cc()
dim aa
for each ob in decision
if ob.checked then aa = ob.value
next
if aa="all" then window.location.href="all.asp"
if aa="part" then window.location.href="part.asp"
end function
</script>
我这段代码就是根据你选中不同的radio时不同的 value 就跳转到不同的网页里,
当然value的值想改成什么你自己改,只要代码里与文档里的一致就行,而想跳转到什么网页你也可以自己修改链接。
<script language="vbscript">
function cc()
dim aa
for each ob in decision
if ob.checked then aa = ob.value
next
if aa="all" then window.location.href="all.asp"
if aa="part" then window.location.href="part.asp"
end function
</script>
我这段代码就是根据你选中不同的radio时不同的 value 就跳转到不同的网页里,
当然value的值想改成什么你自己改,只要代码里与文档里的一致就行,而想跳转到什么网页你也可以自己修改链接。
<script language="vbscript">
function cc()
dim aa
for each ob in decision
if ob.checked then aa = ob.value
next
if aa="all" then window.location.href="all.asp"
if aa="part" then window.location.href="part.asp"
end function
</script>
我这段代码就是根据你选中不同的radio时不同的 value 就跳转到不同的网页里,
当然value的值想改成什么你自己改,只要代码里与文档里的一致就行,而想跳转到什么网页你也可以自己修改链接。
<script language="vbscript">
function cc()
dim aa
for each ob in decision
if ob.checked then aa = ob.value
next
if aa="all" then window.location.href="all.asp"
if aa="part" then window.location.href="part.asp"
end function
</script>
我这段代码就是根据你选中不同的radio时不同的 value 就跳转到不同的网页里,
当然value的值想改成什么你自己改,只要代码里与文档里的一致就行,而想跳转到什么网页你也可以自己修改链接。