최초커밋
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<%@ page import="com.pms.common.utils.*"%>
|
||||
<%
|
||||
String objId = CommonUtils.checkNull(request.getParameter("objId"));
|
||||
%>
|
||||
<frameset cols="47%, 6%, 47%;" border="0" noresize>
|
||||
<frame src="/project/partMaster/addPartSearchPopUpLeft.do?objId=<%=objId%>" name="addPartSearchPopUpLeft">
|
||||
<frame src="/project/partMaster/addPartSearchPopUpCenter.do?objId=<%=objId%>" name="addPartSearchPopUpCenter">
|
||||
<frame src="/project/partMaster/addPartSearchPopUpRight.do?objId=<%=objId%>" name="addPartSearchPopUpRight">
|
||||
</frameset><noframes></noframes>
|
||||
Reference in New Issue
Block a user