function typesave(){
if(){ // °³ÀÎȸ¿øÀ϶§
document.all.L_receive1.style.display = '';
document.all.L_receive2.style.display = 'none';
}else { // Áß°Âȸ¿øÀ϶§
document.all.L_receive1.style.display = 'none';
document.all.L_receive2.style.display = '';
}
}
</script>
<body name="123"bgcolor="<%=bodyback_c%>">
<table width="600"border="1"cellspacing="0"cellpadding="3"align="center">
<td colspan="2"height="30"align="center"bgcolor="<%=value_c%>">
<font size ="3"><input type="radio" name="type" value="0" checked style="background-color:<%=value_c%>; border-color:<%=value_c%>;"onClick="typesave();"><b>ÀϹÝȸ¿ø</b> <input type="radio" name="type" value="1"style="background-color:<%=value_c%>; border-color:<%=value_c%>;"onClick="typesave();"><b>ÆÇ¸Åȸ¿ø</b></font></td></table>
¼Ò½º ÀºÎºÐ if(){ // °³ÀÎȸ¿øÀ϶§ ¿©±â¿¡ if¹®¿¡ type °ªÀÌ 0À̸é À̶ó°í Á¶°ÇÀ» ÁÖ°í ½ÍÀºµ¥ °ªÀ» ¾î¶»°Ô °¡Á®¿Í¾ßÇÏ´ÂÁöÁ» ¾Ë·ÁÁÖ¼¼¿ä..;;; ¸ÛûÇÑ Áú¹® Á˼ÛÇÕ´Ï´Ù..;;