<%set rs=objConn.execute("select * from intros where introid=1")
if not rs.eof then
intro=rs("intro")
end if
set rs2=objConn.execute("select * from cats ORDER BY catid")%>
<%=intro%>
SIGNATURE ICE
Photo Gallery
Please click on a category
to view the photo samples.
.......Japanese symbol for "ice"
<%
'iColumnSpan is used as a column counter
iColumnSpan=0
response.write "
"
'If there are records then loop through the fields
Do While Not rs2.EOF
If iColumnSpan=2 Then
response.write "
"
iColumnSpan=0
End If
iColumnSpan=iColumnSpan + 1
if rs2("catImage")>"" then%>