%@ language=vbscript%>
<%
set oRS = Server.CreateObject ("ADODB.Recordset")
journal = "select * from Journal where jrn_archive = 1 order by jrn_order asc"
oRS.Open journal, oConn
%>
Southern Africa Hypertension Society
 |
 |
 |
 |
| |
 |
The Editorial Board of the Southern
African Hypertension Society ensures that the content of all material of clinical or epidemiological significance to hypertension, target organ damage
and related cardiovascular risk factors is reviewed for:
|
Archived Journals
|
<%if oRS.EOF or oRS.BOF = true then%>
|
No Journal Records Avaiulable To View.
|
|
<%else%>
<%do while not oRS.EOF%>
|
<%=oRS("jrn_heading")%>>
<%=oRS("jrn_author")%>>
<%=oRS("jrn_citation")%>>
<%=replace(oRS("jrn_desc"),Chr(13)," ")%><%IF oRS("jrn_desc2") <> "" then %>">More..<%end if%>
<%If oRS("jrn_file") <> "" then%>" target="_blank"> Read File.. <%end if%>
|
|
<%oRS.MoveNext%>
<%Loop%>
<%end if%>
|
| |
|
| |
 |
<%set oRS = nothing%>