<SCRIPT LANGUAGE="JavaScript"> <!-- // 0 〜 100までのランダムな数値を取得します document.write("取得した値は ", Math.floor((Math.random() * 100)), " です"); //--> </SCRIPT>