 |
 |
|
特罗凯新闻中心(Tarceva News Center)
<%
sql = "SELECT TOP 15 * FROM roche_s_news WHERE (newstype=0 OR newstype=1 OR newstype=12 OR newstype=13 OR newstype=14 OR newstype=15) and artcheck=1 and t_use=1 ORDER BY sortdate DESC"
rs.open sql, conn, 3, 3
coun = 1
while not rs.eof
%>
><%= rs("ARTTITLE") %> <%= perfect(rs("sortdate")) %>
<%
rs.movenext
coun=coun+1
wend
rs.close
%>
|
| —>更多 |
|

|
|
|
 |