العربية
<!-- ضع الكود التالي في المنطقة <body>--> <script LANGUAGE="JavaScript"> <!-- document.write("<center><font size=+1><b>") الآن = new Date() // تحديد كائن جديد، الجديد له خصائص التاريخ document.write("<center><small>") if (now.getDay() == 5) document.write("اليوم هو الجمعة" ") if (now.getDay() == 6) document.write("اليوم هو السبت") if (now.getDay() == 0) document.write("اليوم هو الأحد") إذا (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>") //--> </ البرنامج النصي >