<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>外部 Js を導入する必要がある場合は、</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>