%@ page import="java.util.Hashtable" %>
<%
String xmlpath = "/a/birch.csit.fsu.edu/shared/home/cyoun/GATEWAY/apache1.3.12/WWW/GOW/WEB-INF/src/generic/ApplDesc.xml";
String codeName=request.getParameter("codeName");
xmlGOW.removeApplication(xmlpath, codeName);
int nappl = xmlGOW.doParse(xmlpath);
%>
The result of deleting the application
The deleted code: <%= codeName %>
The Number of the existing Applications: <%= nappl %>
Your application was deleted. if you want to do more things,
Please choose buttons as below.