当前位置:首页 > 网络编程 > WEB编程 > 其它 > 个人站长制做网页常用代码集锦(六)

个人站长制做网页常用代码集锦(六)

点击次数:21 次 发布日期:2008-11-26 20:17:18 作者:源代码网
源代码网推荐

状态栏始终出现此文字: 支持中国建站之家!!

<base onmouseover="window.status="支持中国建站之家!!";return true">

调用系统时间

<script language="JavaScript">
源代码网推荐<!--
源代码网推荐tmpDate = new Date();
源代码网推荐date = tmpDate.getDate();
源代码网推荐month= tmpDate.getMonth() + 1 ;
源代码网推荐year= tmpDate.getYear();
源代码网推荐document.write(year);
源代码网推荐document.write("年");
源代码网推荐document.write(month);
源代码网推荐document.write("月");
源代码网推荐document.write(date);
源代码网推荐document.write("日");
源代码网推荐
源代码网推荐// -->
源代码网推荐</script>


源代码网供稿.
网友评论 (0)
会员中心
网络编程
本站推荐
网络编程之精华