文字を表示するには
<html>
<head>
<title>Sample</title>
</head>
<body>
<script type="text/javascript"><!--
document.write("プログラムで好きな文字を表示できます");
// --></script>
</body>
</html>
・サンプルを
実行
・サンプルを
ダウンロード
説明などは本書を参考にしてください。