精品代码
作者:cmscn 日期:2005-04-11
CCTV滚动新闻
<iframe src="http://www.cctv.com/homepage/46/index.shtml"; name="express" width="354" height="16"&nbs ... ot; frameborder="0" scrolling="no"></iframe>
新浪滚动新闻
<iframe name=sina_roll src=http://news.sina.com.cn/o/allnews/input/index.html height=15 width=100% frameborder=No border=0 marginwidth=0 marginheight=0 scrolling=No></iframe>
在title显示日期的特效代码
脚本说明:
把如下代码加入<body>区域中:
<script language="Javascript1.2">
<!--hide
var isnMonth = new
Array("1月","2月","3月","4月","5月","6月","7月","8月","9月","10月","11月","12月");
var isnDay = new
Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六","星期日");
today = new Date ()
Year=today.getYear();
Date=today.getDate();
if (document.all)
document.title="今天是: "+Year+"年"+isnMonth[today.getMonth()]+Date+"日"+isnDay[today.getDay()]
//--hide-->
滚动菜单
<marquee scrollamount=1 scrolldelay=10 direction=up
width=150 height=70>
neirong
</marquee>
评论: 5 | 引用: 8 | 查看次数: 705
发表评论