<%
StringTokenizer np = new StringTokenizer(node.getPath(), "/");
String host = np.nextToken();
String link = null;
String email = null;
String place = null;
if ("mp".equals(host)) {
link = "mailto:support@mergerplace.com";
email = "support@mergerplace.com";
place = "MergerPlace";
} else {
link = "mailto:support@bizclassifiedsplace.com";
email = "support@bizclassifiedsplace.com";
place = "BizClassifiedsPlace";
}
String subject = "Feedback for " + place;
String action = form.getValue("_action");
if ("submit".equals(action)) { %>
<%
if ("".equals(form.getValue("name"))) { %>
Name: none given <%
} else { %>
Name: <%= form.getValue("name") %><%
}
if ("".equals(form.getValue("email"))) { %>
Email: none given <%
} else { %>
Email: <%= form.getValue("email") %><%
}
if ("".equals(form.getValue("phone"))) { %>
Phone: none given <%
} else { %>
Phone: <%= form.getValue("phone") %><%
} %>
Comment:
--------------------------------------------------------------------------
<%= form.getValue("comments") %>
Thank you for your feedback. We at <%= place %> value
your comments.
<%
return;
} %>
Feedback
We value your input!
<%
if ("mp".equals(host)) { %>
Your suggestions are encouraged and appreciated as we strive
to provide buyers and sellers of businesses and the professionals
involved in M & A activity with the most comprehensive and useful
website available. <%
} else { %>
Your suggestions are encouraged and appreciated as we strive
to provide the most comprehensive and useful classified advertising
website available. <%
} %>
Indicates REQUIRED Information
|
For questions about <%= place %> or help using the site
please contact us at
<%= email %>
Submit