Re: [問題] 請問radio control問題~~
※ 引述《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
推
140.119.147.68 08/04, , 1F
140.119.147.68 08/04, 1F
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章