アクセスした月を画像で表示
| Sample |
|
|
| 事前に下のような月に相当する画像を準備します。 | |||||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| スクリプト | |||||||
|
<SCRIPT language="JavaScript"> if(today.getMonth() == 0) if(today.getMonth() == 1) if(today.getMonth() == 2) if(today.getMonth() == 3) if(today.getMonth() == 4) if(today.getMonth() == 5) if(today.getMonth() == 6) if(today.getMonth() == 7) if(today.getMonth() == 8) if(today.getMonth() == 9) if(today.getMonth() == 10) if(today.getMonth() == 11) // --> |