← Contents

  STUDY_html_018_D.html

<html>
<meta charset="utf-8">

<script>
function general()
{window.open('018_D_TEST-1.html','');}
</script>

<h1 style="font-size:18px;color:gray;text-align:center;">input type="button" と JavaScript を使用した例</h1>
<hr>
<form>
<input type="button"value="ジャンプするボタン"onClick="general()">
</form>

</html>

  sample_STUDY_html_018_D    サンプル・ダウンロード  

トップにもどるボタン