| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 497 人关注过本帖
标题:一个ASP的判断问题,实现指定用户名显示为图片A
只看楼主 加入收藏
david6641
Rank: 1
等 级:新手上路
帖 子:15
专家分:7
注 册:2009-8-17
结帖率:66.67%
收藏
 问题点数:0 回复次数:1 
一个ASP的判断问题,实现指定用户名显示为图片A
请教各位朋友一个问题.以下代码 我想实现在页面输出显示查询出来的100条数据当中.做一个判断.判断字段 hidfuhao =1 的时候.显示出来的用户名变成一个图片.也就是说,如果hidfuhao=1 那么用户名显示为A图片.不知道如何实现呢?,先在这里谢谢各位了,代码如下:

<%
Dim HiddenUser
HiddenUser ="张三,李四,王五,赵六"
HiddenUser =Replace(HiddenUser, ",", "','")
HiddenUser ="'"& HiddenUser &"'"

Dim count
count = ubound(Split(HiddenUser,","))+1

Call CreatePage()

Sub CreatePage()
    Dim aryGetData
    ClsWeb.DataConnect
        Set ClsWeb.Rs =ClsWeb.Conn.Execute("Select Top 100 Name, ExtInfo, Hidfuhao, GiftPoint From [User] WHERE Name Not In("& HiddenUser &") Order By GiftPoint Desc")   
            If Not ClsWeb.Rs.Eof Then aryGetData =ClsWeb.Rs.GetRows(100)
        Set ClsWeb.Rs =Nothing
    ClsWeb.DataDisConnect
    Call top("排行榜")
%>

<%
Dim tmpLoop : tmpLoop =4
For nLoop =0 To ubound(aryGetData, 2)
%>
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td valign="top"><table width="690" border="0" align="right" cellpadding="0" cellspacing="0">
      <tr>
        <td background="images/r_bg.gif">
    <table width="560" border="0" align="center" cellpadding="3" cellspacing="1">
      <tr>
        <td width="56" height="50">
<% If (nLoop +1) <4 Then %>
        <img src="images/fuhao/<% =nLoop +1 %>.gif">
<%
    Else
%>
        <% If ((nLoop +1) Mod 3 =0 and (nLoop +1) <45) Then %><img src="images/fuhao/<% =tmpLoop %>.gif"><% tmpLoop =tmpLoop +1 %><% End If %>
<%
        
    End If
%>        </td>
        <td width="68" class="num"><% =nLoop +1 %>.</td>
        <td width="257"><% =ClsWeb.ColorName(aryGetData(0, nLoop), aryGetData(1, nLoop)) %></td>
    <td width="150" align="right"><span class="money">
          <% =aryGetData(2, nLoop) %></span>
          <img src="images/money.gif" width="18" height="11"></td>
        </tr>
    </table>
        </td>
      </tr>
    </table></td>
  </tr>
</table>
<% Next %>
搜索更多相关主题的帖子: 判断 用户名 ASP 
2010-02-21 20:59
david6641
Rank: 1
等 级:新手上路
帖 子:15
专家分:7
注 册:2009-8-17
收藏
得分:0 
自己已解决
2010-02-22 00:08
快速回复:一个ASP的判断问题,实现指定用户名显示为图片A
数据加载中...
 
   



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

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