| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 365 人关注过本帖
标题:请教高手如何写条件中的条件语句
只看楼主 加入收藏
HST686
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2011-9-1
结帖率:100%
收藏
已结贴  问题点数:20 回复次数:2 
请教高手如何写条件中的条件语句
response.write "<td><div align=center>"   
    if rs("weixiu")="0"  then
    response.write "<font color=red>未出票</font>"
    end if
    if rs("weixiu")="1" then
    response.write "<font color=#669900>已出票</font>"        
    end if
    if rs("weixiu")="2" then
    response.write "<font color=blue>待出票</font>"        
    end if
        if rs("weixiu")="3" then
    response.write "已取消"               
    end if
    response.write "</div></td>"
    response.write "</tr>"
在上的条件语句要再加上一个条件:如果是登录状态就可以看到以上的已出票或未出票或待出票,如果没有登录只能看到******,请教高手该如何写代码?

类似下面的代码:if shenfen="1" or realname=rs("bxry") or (shenfen="3" and (wxlb=rs("wxlb") or wxlb="all") and (wxqy=rs("wxqy") or wxqy="all")) then
response.write "<td><div align=center>"&rs("time")&"</div></td>"
        else
        response.write "<td><div align=center>**************</div></td>"
        end if
搜索更多相关主题的帖子: center color 如何 
2011-09-01 11:50
yms123
Rank: 16Rank: 16Rank: 16Rank: 16
等 级:版主
威 望:209
帖 子:12488
专家分:19042
注 册:2004-7-17
收藏
得分:20 
if shenfen="1" or realname=rs("bxry") or (shenfen="3" and (wxlb=rs("wxlb") or wxlb="all") and (wxqy=rs("wxqy") or wxqy="all")) then
    response.write "<div align=center>"   
    if rs("weixiu")="0"  then
       response.write "<font color=red>未出票</font>"
    end if
    if rs("weixiu")="1" then
       response.write "<font color=#669900>已出票</font>"        
    end if
    if rs("weixiu")="2" then
       response.write "<font color=blue>待出票</font>"        
    end if
    if rs("weixiu")="3" then
       response.write "已取消"               
    end if
    response.write "</div>"
 else
    response.write "<div align=center>**************</div>"
 end if
2011-09-01 12:29
HST686
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2011-9-1
收藏
得分:0 
搞定,非常感谢!
2011-09-01 13:08
快速回复:请教高手如何写条件中的条件语句
数据加载中...
 
   



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

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