作者arzbar (阿兹贝尔)
看板Web_Design
标题Re: [问题] 请问radio control问题~~
时间Tue Aug 3 13:35:24 2004
※ 引述《NelsonT (嘘~)》之铭言:
: ※ 引述《muskmelon (冷静‧平静)》之铭言:
: : 红 ○ 白 ○ 蓝 ○
: 把这三个用<div></div>包住,
: display 设成 none,
: 在 "在意" 的 OnClick 里头,
: 把 display 设成 block,
: 在 "不在意" 的 OnClick 里头,
: 把 display 设成 none。
: 我不会用 javascript,所以我只是讲讲我的想法,
: 能不能办得到就得靠你去试看看了,
: 说错了也别怪我啦~谁叫我不会 javascript 呢 ╮(╯_╰)╭
实做...
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>test</title>
</head>
<body>
<form action="" method="get">
<input name="radiobutton1" type="radio" value="" checked onclick="document.all.a.style.visibility='visible';">
在意
<input type="radio" name="radiobutton1" value="radiobutton" onclick="document.all.a.style.visibility='hidden';">
不在意
<div align="left" id="a">
<input type="radio" name="radiobutton2" value="radiobutton">
红
<input type="radio" name="radiobutton2" value="radiobutton">
白
<input type="radio" name="radiobutton2" value="radiobutton">
蓝</div>
<input type="radio" name="radiobutton3" value="radiobutton">
1000以下
<input type="radio" name="radiobutton3" value="radiobutton">
1000-5000
<input type="radio" name="radiobutton4" value="radiobutton">
5000以上
</form>
</body>
</html>
限用ie....
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 218.162.192.246
1F:推 muskmelon:谢谢你^^非常感谢Q Q 140.119.147.68 08/04