|
|
| [图文]桑温特总经理程占群 |
| 作者:编辑中心 文章来源:户外时代 更新时间2007-3-19 10:00:31 |
|
| |
|
<%
Option Explicit
Response.buffer = True
Const ChannelID = 0
Const SkinID = 0
%>
<%
dim aa,counta
Sub asd()
Dim ShowType, LoginNum
ShowType = Trim(Request.QueryString("ShowType"))
If ShowType = "" Then
ShowType = 1
Else
ShowType = CLng(ShowType)
End If
If CheckUserLogined() = False Then
Response.Write("您还没有登录,敬请登录!")
Else
aa+=" & UserName &
counta+=1
END IF
rsMessage.Close
Set rsMessage = Nothing
End Sub
%>
| 限制人数:无数人 |
| 预约列表 |
人数为:<%Response.write(counta)%> |
<%Response.Write(aa)%> |
|
|
|
|