注册 登录
编程论坛 ASP技术论坛

已解决

yblzp 发布于 2008-12-15 11:26, 1216 次点击
<table width="741" height="581" border="0" background=backdrop/<%cstr(month(date))%>.jpg>
    <tr>
      <td height="412" colspan="6" valign="top">
        <table width="26%" height="363" border="0" align="right">
          <tr>
            <td height="23">&nbsp;</td>
          </tr>
如何让背景以系统月份来改变啊。。。。。。。。。在线等

[[it] 本帖最后由 yblzp 于 2008-12-15 14:26 编辑 [/it]]
9 回复
#2
yblzp2008-12-15 11:28
错在哪里啊,,,搞不懂哟,,,,望各位大师指点。。
#3
lili06102008-12-15 11:33
用IF判断来写,如果值等于1,就用红色,如果值等于2,用白色,不就可以了
#4
yblzp2008-12-15 11:41
我是用图片啊,
#5
yblzp2008-12-15 11:42
background=backdrop/<%cstr(month(date))%>.jpg
就是这句错在哪里啊
#6
lackyking2008-12-15 13:31
<%=cstr(month(date))%>
#7
lixiouni2008-12-15 13:38
同上
楼主太大意了
#8
yblzp2008-12-15 13:44
谢谢各位,已解决
#9
yblzp2008-12-15 13:45
回复 第6楼 yblzp 的帖子


[[it] 本帖最后由 yblzp 于 2008-12-15 13:47 编辑 [/it]]
#10
laokui2008-12-15 14:04
少一个 =号
1