%@ page contentType="text/html; charset=iso-8859-1" language="java" %>
<%
String title = request.getParameter("title");
/**/
String protocol = request.getProtocol();
if(protocol.startsWith("HTTPS")){
protocol = "https://";
}else{
protocol = "http://";
}
String pathToRoot = protocol+request.getServerName()+":"+request.getServerPort()+request.getContextPath()+"/";
//out.println("
pathToRoot="+pathToRoot+"
");
%>
![]() |
[HELP]
![]() |