%
dim x,y,ii
Function InterceptString(txt,length)
txt=trim(txt)
x = len(txt)
y = 0
if x >= 1 then
for ii = 1 to x
if asc(mid(txt,ii,1)) < 0 or asc(mid(txt,ii,1)) >255 then '如果是汉字
y = y + 2
else
y = y + 1
end if
if y >= length then
txt = left(trim(txt),ii) '字符串限长
exit for
end if
next
InterceptString = txt
else
InterceptString = ""
end if
End Function
voteid=request("voteid")
set rsvote=server.CreateObject("adodb.recordset")
sqlvote="select * from vote where id="&voteid&""
rsvote.open sqlvote,conn,1,3
%>
<%=rsvote("title")%>|2011东莞房地产掌柜风云榜_房掌柜
|
<%
rsvote.close
set rsrsvote=nothing
%>
<%
dim mid
dim midd
voteid=request("voteid")
set rs=server.CreateObject("adodb.recordset")
sql="select * from votechoice where titleid="&voteid&" order by cast(strno as int),id asc"
rs.open sql,conn,1,3
%>
<%
if not rs.eof then
i=1
While (rs.eof<>true and rs.bof<>true)
%>
|
<%if i mod 4 = 0 then%> <%end if
midd=rs("id")
mid=mid&midd&","
rs.movenext
i=i+1
wend
end if%>
|
|
|
|
|
|
|
技术总监:陈俊 | 设计:李维刚 | 编辑:采编中心 | 策划:企划组 |
合作伙伴 | 联系方式 | 团队优势 | 招聘信息 | 广告报价 | 营销案例 | 关于房掌柜 |
Copyright 2008-2010 FZG360.COM All Rights Reserved. |
房掌柜(fzg360.com) | 版权所有 互联网经营许可证:粤B2-20080368号 电话:400-8822550 |
|
<%
rs.close
set rs=nothing
conn.close
set conn = nothing
%>