<div class="htmlarea"><textarea id="runcode69773"> <title>텍스트 상자 글꼴 선택</title> <select id="fontslt" onchange="NYSfont()"><option>글꼴 선택 </option></select><textarea id="readcontent" rows="15" cols="100"> 선택에 따라 글꼴이 변경됩니다</textarea> <br><input onclick="runEx('runcode69773')" type="button" value="运行代码"><input onclick="doCopy('runcode69773')" type="button" value="复制代码"> <input onclick="doSave(runcode69773)" type="button" value="保存代码"> <a href="http://www.jb51.net/article/23421.htm" title="查看具体详情" target="_blank">[Ctrl A 모두 선택 참고: </a>외부 J를 도입해야 하는 경우 실행하려면 새로 고쳐야 합니다 </textarea></div>]<script language="javascript"> for (i=9;i<200;i++) {document.write("<option value="+i+">"+i+"pt字体\n");} function NYSfont() {if((fontslt.selectedIndex!=-1) && (fontslt.selectedIndex!=0)){readcontent.style.fontSize=fontslt.options[fontslt.selectedIndex].value;}} </script>