标题:如何使WEB页背景颜色改变!
取消只看楼主
wycl
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2005-5-8
 问题点数:0 回复次数:1 
如何使WEB页背景颜色改变!
我是个新手,遇到了个问题,下面这个网址http://www.bc-cn.net/Article/web/asp/jc/200409/12_2.html 里的ASP代码要求WEB页面背景颜色会变,可是我做的怎么也不行. 我写的代码放在http://do.9jh.com/ilife/test1.asp,具体是: <html> <% if time< #12:00:00 #and time >=#00:00:00# then bgc="silver" elseif time <#19:00:00# and time>#12:00:00# then bgc="navy" else bgc="red" end if %> <body> <bgcolor =<%=bgc%>> <font color= "green"> <% if time< #12:00:00 #and time >=#00:00:00# then %> 2早上好 ! <p> 现在的时间是:<%=date()%>&<%=time()%> <% elseif time <#19:00:00# and time>#12:00:00# then %> 下午好!<p> 现在的时间是:<%=date()%>&<%=time()%> <% else%> 晚上好 !<p> 现在的时间是:<%=date()%>&<%=time()%> <% end if %> </body> </html> 请高手赐教!可否回得至2000wujunwang@163.com
搜索更多相关主题的帖子: WEB 颜色 
2005-05-09 23:16
wycl
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2005-5-8
得分:0 
可以了,谢谢两位!

2005-05-10 09:11



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-17759-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.053720 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved