»
Tiếng AnhTiếng PhápTiếng Việt

In - Ngày trên thanh trạng thái - JavaScriptBank.com

Phiên bản đầy đủ: jsB@nk » Tiêu đề » Thanh tiêu đề » Ngày trên thanh trạng thái
URL: https://www.javascriptbank.com/daily-status-bar-index.html

Ngày trên thanh trạng thái © JavaScriptBank.comHiệu ứng JavaScript này sẽ hiển thị ngày hiện hành trên thanh trạng thái của website bạn. Đồng thời hiệu ứng cũng có phần xuất ra mã nguồn cho bạn.

Phiên bản đầy đủ: jsB@nk » Tiêu đề » Thanh tiêu đề » Ngày trên thanh trạng thái
URL: https://www.javascriptbank.com/daily-status-bar-index.html



JavaScript
<script language="JavaScript">var author="www.coyoteelabs.go.ro";var CL_Titles=new Array();CL_Titles[0]="Hey! today is Sunday";CL_Titles[1]="Hey! today is Monday";CL_Titles[2]="Hey! today is Tuesday";CL_Titles[3]="Hey! today is Wednesday";CL_Titles[4]="Hey! today is Thursday";CL_Titles[5]="Hey! today is Friday";CL_Titles[6]="Hey! today is Saturday";var CL_Date=new Date();window.status=CL_Titles[CL_Date.getDay()];</script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->