Posted on 2007. 11. 8. 14:09
Filed Under Javascript

<클릭한 라디오버튼 값 넘기기>
<input type="radio" name="rdo" value="1" onclick="clkRadio(this.value)"> 1번값
<input type="radio" name="rdo" value="2" onclick="clkRadio(this.value)"> 2번값
<script language="javascript">
 function clkRadio(rdoValue) {
  glb_ViewCount = rdoValue;
 }
</script>

About

by 청지인

Notice

Counter

· Total
:
· Today
:
· Yesterday
: