You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
334 B

<%@ page contentType="text/html; charset=euc-kr"%>
<%
String sso_Id = request.getParameter("id");
%>
<html>
<head>
<title></title>
</head>
<body>
<form name="login"
action="/totsys/login/multiCheck.jsp" method="post">
<input type="hidden" name="id" value="<%=sso_Id%>"></form>
<script>
login.submit();
</script>
</body>
</html>