Files
vexplor/WebContent/WEB-INF/view/part/structurePopupFs.jsp
2025-08-21 09:41:46 +09:00

6 lines
412 B
Plaintext

<%String objId = com.pms.common.utils.CommonUtils.checkNull(request.getParameter("objId"));%>
<frameset cols="47%,6%,47%" border="0" noresize>
<frame src="/part/structurePopupLeft.do?objId=<%=objId%>" name="leftFrame">
<frame src="/part/structurePopupCenter.do?objId=<%=objId%>" name="centerFrame">
<frame src="/part/structurePopupRight.do?objId=<%=objId%>" name="rightFrame">
</frameset><noframes></noframes>