한국어
<!-- <body> 영역에 다음 코드를 입력하세요--> <script LANGUAGE="JavaScript"> <!-- document.write("<center><font size=+1><b>") 이제 = new Date() //새 개체를 정의합니다. new에는 Date 속성이 있습니다. document.write("<center><small>") if (now.getDay() == 5) document.write("오늘은 금요일입니다. ") if (now.getDay() == 6) document.write("오늘은 토요일입니다") if (now.getDay() == 0) document.write("오늘은 일요일입니다") if (now.getDay( ) = = 1) document.write("오늘은 월요일입니다") if (now.getDay() == 2) document.write("오늘은 화요일입니다") if (now.getDay() == 3) document.write ( "오늘은 수요일입니다") if (now.getDay() == 4) document.write("오늘은 목요일입니다") document.write("</small></center>") //--> </ 스크립트 >