%@ page info="Delete the host name from the application." %>
<%@ page import="java.util.*" %>
<%@ page errorPage="/Generic/Error.jsp" %>
<%
String codeName=request.getParameter("codeName");
Vector machineNames=parseXML.getHostListNames(codeName);
%>
The Hostname Form for the Application