- <%@ page contentType="text/html;charset=UTF-8"%>
- <%@ include file="/WEB-INF/include/taglibs.jsp"%>
- <!DOCTYPE html>
- <html>
- <head>
- <%@ include file="/WEB-INF/include/ediCommon.jsp"%>
- <script type="text/javascript">
- $(function(){
- $("#indexForm").submit();
- });
- </script>
- </head>
- <body>
- <form id="indexForm" action="${ctx}/ediLogin.action" method="post"></form>
- </body>
- </html>
|