[Javascript] サンプル1

<script language="JavaScript">
<!--
function SAMPLE1(){
alert(document.SAMPLE.txt1.value);
}
//-->
</script>
<form name=SAMPLE>
<input type=text name=txt1><br><br>
<input type=button value="PUSH" onClick=SAMPLE1>
</form>

→ボタンが押されると、SAMPLEイベントが発生
テキストボックスに入力された内容が表示される

自宅サーバーWebRing << 前 |ID=231 |次 >> 乱移動前後5表示サイト一覧