묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
알려주세여 각각 라디오박스에 따라 값이 틀린데~
2004.09.21 00:20
<input type="radio" name="test1" value="메뉴1" onclick="document.all.m1.style.display='';document.all.m2.style.display='none';"
>메뉴1
<input type="radio" name="test1" value="메뉴2" onclick="document.all.m2.style.display='';document.all.m1.style.display='none'+ '+ ';"
>메뉴2
<form name=form>
<table>
<tr id="m1" style="display:none;">
<td>
<select name=s>
<option>1</option>
<option>2</option>
</select>
</td>
</tr>
<tr id="m2" style="display:none;">
<td>
<input type=text name=t>
</td>
</tr>
</table>
</form>
알려주세여 각각 라디오박스에 따라 값이 틀린데~
<form method="post" action="result.php">
이런식으로 값을 넘길때
출력을 어떻게 해야할까요?
전 하나의 값만을 받고 습니다.
radio박스 선택에 따라서
name=s 아님 name=t 값 둘중에서 하나만 받고 습니다.
<? echo "$해당네임값"; ?>
>메뉴1
<input type="radio" name="test1" value="메뉴2" onclick="document.all.m2.style.display='';document.all.m1.style.display='none'+ '+ ';"
>메뉴2
<form name=form>
<table>
<tr id="m1" style="display:none;">
<td>
<select name=s>
<option>1</option>
<option>2</option>
</select>
</td>
</tr>
<tr id="m2" style="display:none;">
<td>
<input type=text name=t>
</td>
</tr>
</table>
</form>
알려주세여 각각 라디오박스에 따라 값이 틀린데~
<form method="post" action="result.php">
이런식으로 값을 넘길때
출력을 어떻게 해야할까요?
전 하나의 값만을 받고 습니다.
radio박스 선택에 따라서
name=s 아님 name=t 값 둘중에서 하나만 받고 습니다.
<? echo "$해당네임값"; ?>