6 lines
412 B
Plaintext
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> |