js코딩부분
newTd=newTr.insertCell(3);
newTd.align = "center";
newTd.innerHTML= "<input type=text class=formbox name=inschool style=width:65px value='"+ document.getElementById("setschool").value +"'>";
자바에서 출력되는 value 값이 아래의 asp코딩부분때문에 DB에 입력된 014001,014002... 이런 숫자값인데요.
만약 value='"+ document.getElementById("setschool").value +"' 값이
014001이라면 "가"
014002이라면 "나" 이런식으로 출력되게 하고싶으면 자바에서 어떻게 써줘야하나요. 출력부분을 자바가제어하는데
자바스크립트 너무 약합니다.
html+asp부분
<select id="setschool">
<option value="">▒선택▒</option>
<%Call code_select("014",num,"T명")%></selected>