width=500>
| Add A New Company |
Go To Search Engine |
Set Options |
|
|
|
|
<% If strCount = 100 Then ' return more than 100 rec will trigger limit
response.write " | Error |
Search results have exceded the maximum allowed by this program. Please try again using more specific search criteria.
|
|
"
ElseIf strCount = 0 Then
response.write " |
Sorry no matches were found. Please try again.
|
|
"
ElseIf strCount = -1 Then ' on first entry
response.write "
|
Welcome to Smart Locator Administration System.
|
|
"
ElseIf strCount = -2 Then 'update rec
response.write "
|
"& Request("Company") &" record Update Complete
|
|
"
ElseIf strCount = -3 Then 'delete rec
response.write "
|
"& remStr &" record has been deleted from the database
|
|
"
ElseIf strCount = -4 Then 'delete rec
response.write "
|
"& Request("Company") &" record has been added to the database
|
|
"
ElseIf strCount = -5 Then ' Options updated
response.write "
|
"& Request("Company") &" Options have been saved to the database
|
|
"
Else %>
| Delete A Company |
|
|
| Update A Company |
|
|
<% End If ' string flag strCount
%>
| Find A Company |
|
|