Trio ȨÆäÀÌÁö Á¶°Ç °ËÁ¤ (Conditional Check) ¿¹Á¦ Javascript ¿¹Á¦ ¸ÞÀÎÆäÀÌÁö


"³²ÀÚ"À̸é "±º", "¿©ÀÚ"À̸é "¾ç"À» À̸§ ³¡¿¡ ºÙÈû.
¼º¸í :
¼ºº° : ³²ÀÚ ¿©ÀÚ


Á¸Äª :
HTML Code
.. .. <head> <script Language="Javascript"> <!-- °¨Ãã var ending; function act(str){ ending=(fname.isex(0).checked ) ? "±º" : "¾ç"; document.fname.iend.value=document.fname.iname.value + " " + ending; return ending; } // °¨Ãã ³¡ --> </script> </head>
.. .. <body> "³²ÀÚ"À̸é "±º", "¿©ÀÚ"À̸é "¾ç"À» À̸§ ³¡¿¡ ºÙÈû. <form name=fname> <table border=0> <tr> <td>¼º¸í : <input type="text" name="iname" value="" maxlength=8 size=8></td> </tr> <tr> <td>¼ºº° : <input type="radio" checked name="isex"> ³²ÀÚ <input type="radio" name="isex"> ¿©ÀÚ<br><br> <center><input type="button" value="È®ÀÎ" onClick="act(ending)"></center><br> Á¸Äª : <input type="text" name="iend" maxlength=10 size=10> </td> </tr></table> </form> .. .. </body>

¹ø¿ª¹® ¼ÒÀ¯ÀÚ - Trio ȨÆäÀÌÁö Á¦°ø ÀÌ ¹®¼­(http://trio.co.kr/webrefer/jsex/xcondi.html)´Â
ÀÚÀ¯·ÎÀÌ ¿¬°á »ç¿ëÀÌ °¡´ÉÇÔ.
¿¹Á¦ ¸Þ´º·Î