Fixed the "clicking on the translate button makes the thdl menu go away"

error. on the servlet version of the translation tool.
This commit is contained in:
amontano 2003-09-08 16:39:18 +00:00
parent 07fbbcaf45
commit 73d01111ca

View file

@ -143,7 +143,14 @@ public class OnLineScannerFilter extends HttpServlet {
}
out.println("<h3 align=\"center\">The Online Tibetan to English Translation/Dictionary Tool</h3>");
out.println("<form action=\"org.thdl.tib.scanner.OnLineScannerFilter\" method=POST>");
if (useTHDLBanner)
{
out.println("<form action=\"org.thdl.tib.scanner.OnLineScannerFilter?thdlBanner=on\" method=POST>");
}
else
{
out.println("<form action=\"org.thdl.tib.scanner.OnLineScannerFilter\" method=POST>");
}
out.println("<table border=\"0\" width=\"100%\">");
out.println(" <tr>");
out.println(" <td width=\"25%\">");