注册 登录
编程论坛 WEB前端(UI)

请教高手

029 发布于 2005-12-06 13:21, 514 次点击
<html>
<title>欢迎界面</title>
<head>
<script language="javascript">
function time1()
{
today = new Date()
Document.write("欢迎您来到c/c++交流中心 今天日期为:"+
today.getYear()+"/"+(today.getMonth()+1)+"/"+today.getDate());
}
</script>
</head>
<body>
<center>
<font size=10 face=隶书 color=red>欢迎您进入系统</font><p>
<marquee border="0" width="748" height="16">
<font color=blue></font>
</marquee>
</body>
</htm

我想把这个时间函数加到“欢迎您来到c/c++交流中心”之后滚动显示
怎么弄啊
谢谢您
1 回复
#2
zmjls2005-12-06 15:10
怎么,给你在编程论坛里面解决了啊,怎么还在问啊!
1