<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%> <% String query_string = (String)request.getParameter("qs"); %> <% if ("01".equals(query_string)) { response.sendRedirect("http://fc.earthcar.jp"); } %>