<%
openconn
set rs= server.CreateObject("adodb.recordset")
rs.open "select * from tblvideo order by thutu asc", conn
if not rs.eof then
do while not rs.eof
%>
<%=rs("name")%>
<%
rs.movenext
loop
end if
%>
<%
openconn
set rs= server.CreateObject("adodb.recordset")
rs.open "select * from tblvideo order by thutu asc", conn
if not rs.eof then
do while not rs.eof
%>