|
<% sql="select top 4 id,title from article where classid=5 and ifshow=1 order by id desc"
set rs=conn.execute(sql)
do while not rs.eof
ntext=rs("title")
if len(ntext)>12 then
ntext=mid(ntext,1,12)&"...."
end if
%>
|
现代教育技术与数学教学的整合探索-- 叶 梓 |
<% rs.movenext
loop
rs.close %>
<% sql="select top 4 id,title from article where classid=5 and ifshow=1 order by id desc"
set rs=conn.execute(sql)
do while not rs.eof
ntext=rs("title")
if len(ntext)>12 then
ntext=mid(ntext,1,12)&"...."
end if
%>
|
“人机对话”之后的思考--刘天霞 |
<% rs.movenext
loop
rs.close %>
<% sql="select top 4 id,title from article where classid=5 and ifshow=1 order by id desc"
set rs=conn.execute(sql)
do while not rs.eof
ntext=rs("title")
if len(ntext)>12 then
ntext=mid(ntext,1,12)&"...."
end if
%>
|
多媒体在体育教学中的运用--徐桂芳 |
<% rs.movenext
loop
rs.close %>
|
|
|