|
|
|
|
俵ÀÌ / 2003-07-18 / ¿ÀÀü 3:52:19 / 220.92.206.16
Á¶È¸¼ö : 172
|
[Áú¹®] [Âü°í] span ű׷Π¼±¾ðÇÏ°Å ¼û±â±â |
var ndx=document.SelectForm.F_SectionClassIndex.selectedIndex;
var vSectionClassIndex=document.SelectForm.F_SectionClassIndex.options[ndx].value;
if (vSectionClassIndex==1) {
document.all('divType').style.display='';
} else {
document.all('divType').style.display='none';
document.SelectForm.F_TypeIndex.selectedIndex=0;
}
|
|
|