23 lines
782 B
Plaintext
23 lines
782 B
Plaintext
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
|
|
<title></title>
|
|
<script src="${pageContext.request.contextPath}/js/map/main.js"></script>
|
|
<script>
|
|
var waitWin;
|
|
|
|
</script>
|
|
</head>
|
|
<body leftmargin="0" topmargin="0" marginheight="0" marginwidth="0">
|
|
<!--
|
|
iframe의 width 최소값은 727입니다.
|
|
727보다 작게 할 경우 iframe 내부에 가로스크롤바가 생길 수 있습니다.
|
|
727보다 크게 하는 경우는 문제 없습니다.
|
|
-->
|
|
|
|
<iframe src="${pageContext.request.contextPath}/admins/${menuId}/${pId}.do" frameborder="0" height="650" width="1200" scrolling="yes" name="iframeMain" style="overflow-x: hidden;"></iframe>
|
|
|
|
</body>
|
|
</html>
|