%
dim action, strError
if request.querystring("action") <> "" then
action = trim(request.querystring("action"))
else
action = trim(request.form("action"))
end if
if action = "noschool" then
strError = "Please first find your school, then add your teacher to the school.
If your school is not found, click here to add your school"
end if
%>