<%
if rs.recordcount > 0 then
while not rs.eof
path = url & "archives/" & trim(rs("file_name"))
if (cint(count) < 12) then
%>
| <%=trim(rs("sl_no"))%> |
<%=trim(rs("Title"))%> |
<%=trim(rs("Volume"))%> |
<%=trim(rs("Num"))%> |
<%=trim(rs("mon_of_pub"))%> <%=trim(rs("year_of_pub"))%> |
<%
End if
count = cint(count) + 1
rs.movenext
wend
End if
rs.close()
%>
| |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|