Cave Conditions
Submit
A Report!
New
Click on the cave name for the full report.
![]() |
Discernable positive flow, and reasonably clear |
![]() |
Caution - No flow and/or low visibility can be expected |
![]() |
Danger - Reversing flow and/or zero visibility can be expected |
![]() |
Unknown - No current report on conditions |
" response.write "Error Number=" & err.number & "
" response.write "Error Descr.=" & err.description & "
" response.write "Help Context=" & err.helpcontext & "
" response.write "Help Path=" & err.helppath & "
" response.write "Native Error=" & err.nativeerror & "
" response.write "Source=" & err.source & "
" response.write "SQLState=" & err.sqlstate & "
" end if IF conn.errors.count> 0 then response.write "Database Errors Occured" & "
" response.write SQLstmt & "
" for counter= 0 to conn.errors.count response.write "Error #" & conn.errors(counter).number & "
" response.write "Error desc. -> " & conn.errors(counter).description & "
" next else ' build html links and pass parameter to display page ' loop through the records and display the information Do while not rs.eof if RS("General_Location") <> current_location then if current_location <> "" then response.write("") end if current_location = RS("General_Location") response.write "
" & current_location & "
"
response.write ""
response.write "
")
end if
' close connection
Conn.Close
set conn = nothing
set rs = nothing
%>
"
end if
response.write "Spring Conditions Date "
rs.MoveNext
loop
response.write(""
response.write "" + RS("Spring") + " "
icon = "quest.bmp"
if RS("Dive_Status") = "clear" then icon = "clear.bmp"
if RS("Dive_Status") = "caution" then icon = "caution.bmp"
if RS("Dive_Status") = "danger" then icon = "danger.bmp"
response.write " "
response.write "" & CStr(RS("Observe_Date")) & " "
response.write "