JSP

<%@ page contentType="text/html; charset=euc-kr" %>
<%@ page import="com.common.lib.jrlib.*"
         errorPage="/Error.jsp"
%>
<%@ include file="/session.jsp"%>
<%
 /***********************************************************
 * 프로그램의 기본내용을 입력합니다.
 ************************************************************
 * JSP Name  :
 * Description :  프레임셋 ()
 * Author  :
 * Create Date : 2011.10.00
 * History  : 2011.10.00 Initial create by  ***********************************************************/
 /***********************************************************
 * JSP Source를 밑의 부분에 입력합니다.
 ***********************************************************/

    // Check Point //
%>
<html>
<head>
<title></title>
</head>
<frameset rows="800,*,0" cols="*" framespacing="0" frameborder="no" border="0">
  <frame src="hrm0107_l_p01.jsp?gGroup_id=<%=gGroup_id%>&gMenu_id=<%=gMenu_id%>" scrolling="no" noresize name="list">
  <frame src="/hrmweb/null.html" scrolling="no" noresize name="detail">
  <frame src="/hrmweb/null.html" scrolling="no" noresize name="save">
</frameset>
<noframes></noframes>
<body bgcolor="#FFFFFF" topmargin="4" leftmargin="8">
</body>
</html>

댓글

이 블로그의 인기 게시물

jquery css

Struts2의 작동 원리

JSP/Servlet 한글 깨짐 처리 ?