<%@ language=VBScript %> <% On Error Resume Next %> Index <% if Err.Number <> 0 then %> <%= "
Error: " & Err.Description & "
" %> <% end if %>
Dicampus 2006
<% Response.Flush %>