<%
sql="select abs_id, title,volume,issue_no from abstract where volume = " & vol & " and issue_no = " & num
rs.open sql,con,3,3
if not rs.eof then%>
|
|
 |
|
 |
| |
|
|
| |
S.No |
Vol. No. |
Title |
Details |
|
<%
i=1
while not rs.eof
x=rs("abs_id")
%>
| |
<%=i%> |
<%=rs("volume")%>(<%=rs("issue_no")%>) |
<%=rs("title")%> |
Details |
|
<% rs.movenext
i=i+1
wend
%>
| |
|
|
 |
|
 |
<%
end if
rs.close
con.close
%>
|
|
Search |
|
You can
type a word or phrase to look up for the details in abstract's
database |
|
|
|
|
Full Text Articles |
|
Full articles are available in the member
area. Please login to download full articles in MS Word or PDF format |
|