|
|
|
<%
set rs=server.CreateObject("ADODB.RecordSet")
rs.Source="select * from board where inuse=1"
rs.Open rs.Source,conn,1,1
if not rs.EOF then
%>
 |
<%else
rs.close
set rs=nothing
end if%>
<%if showvote="1" then%>
<%
set rs=conn.execute("SELECT * FROM vote where IsChecked=1")
if rs.eof then
%>
<%else%>
|
|
|
|
|
|
|
<%
set rs=server.CreateObject("ADODB.RecordSet")
rs.Source="select * from board where inuse=1"
rs.Open rs.Source,conn,1,1
if not rs.EOF then
%>
 |
<%else
rs.close
set rs=nothing
end if%>
<%if showvote="1" then%>
<%
set rs=conn.execute("SELECT * FROM vote where IsChecked=1")
if rs.eof then
%>
<%else%>
|
|
|
|
|
| |
|
|
|
|