 |
<%
dim DB : set DB = getDB()
DB.ExecQry( "select * from History where HistoryID = 1" )%>
<%= repbr( DB.FieldByName( "hHistory" ))%>
|
<% if DB.FieldByName( "hImgExt")<>"" then%>
" border="1" hspace="5">
<% end if %>
|
<% if DB.FieldByName( "hImgExt2")<>"" then%>
" border="1" hspace="5">
<% end if %>
|
<% if DB.FieldByName( "hImgExt3")<>"" then%>
" border="1" hspace="5">
<% end if %>
|
|
<%
end sub
ShowPage()%>