%
' Property of and written by Adam Ford -->
option explicit
%>
City Maintenance Form
<%
dim boledit
if isempty(request.querystring("ciid")) then
boledit = false
else
%>
<%
dim strName
bolEdit = true
intCIID = objRS("CIID")
strName = objRS("Name")
end if
%>
<%
on error resume next
if err.number <> 0 then
dim strPage
strPage = "dsp_cityform.asp"
%>
<%
end if
%>
<%
if bolEdit then
strName = empty
end if
bolEdit = empty
%>