|
|
<%if request.querystring("action")="" then%>
<%end if%>
<%if request.querystring("action")="sfadd" then
if trim(request.form("add"))="" then
response.write ""
end if
if trim(request.form("add"))="yes" then%>
<%end if
end if%> |
<%
call footer()
call CloseConn()
%>
|