・
出来上がり日程を指定
する
3年B組掲示板
今日は4/4です。
宿題は4/7日に提出してください。
↓タグです
<SCRIPT language = "JavaScript"> <!-- today = new Date(); document.write("今日は" + (today.getMonth() + 1) + "/" + today.getDate() + "です。<BR>"); //--> </SCRIPT><BR>宿題は<SCRIPT language = "JavaScript"> <!-- days_dif = ●; today = new Date(); nxday = new Date(); nxday.setTime(today.getTime() + days_dif * 24 * 60 * 60 * 1000); month = nxday.getMonth() + 1; date = nxday.getDate(); document.write("" + month + "/" + date); //--> </SCRIPT>日に提出してください。
●のところが何日後に設定するか決める部分なので、そこに数字を入れてください。
サンプルは3になっています。
*ここで使用している画像は
いらそよ
さんのものです。*
*ダウンロードはもちろんのこと、複製・複写・転載等は一切禁止です。*