27 lines
1.3 KiB
Plaintext
27 lines
1.3 KiB
Plaintext
<%@ page contentType="text/html; charset=GBK"%><%@
|
|
include file="/IncludeBegin.jsp"%><%
|
|
/*
|
|
页面说明: 示例上下联动框架页面
|
|
*/
|
|
String xmlConfigFile = CurPage.getParameter("XMLFile");
|
|
String productID = CurPage.getParameter("ProductID");
|
|
String xmlTags = CurPage.getParameter("XMLTags");
|
|
String keys = CurPage.getParameter("Keys");
|
|
String componentID = CurPage.getParameter("ComponentID");
|
|
String format = CurPage.getParameter("Format");
|
|
if(StringX.isEmpty(componentID)) return;
|
|
String componentRightType = CurPage.getParameter("ComponentRightType");
|
|
%><%@include file="/Resources/CodeParts/Frame02.jsp"%>
|
|
<script type="text/javascript">
|
|
mytoptd.height=300;
|
|
OpenList();
|
|
|
|
function OpenList(){
|
|
AsControl.OpenView("/ProductManage/ComponentConfig/ComponentRule.jsp","XMLFile=<%=xmlConfigFile%>&XMLTags=<%=xmlTags%>&Keys=<%=keys%>&ComponentID=<%=componentID%>&Format=<%=format%>&ComponentRightType=PRightType&RightType=All&ProductID=<%=productID%>","rightup");
|
|
}
|
|
|
|
function OpenInfo(position,xmlTags){
|
|
AsControl.OpenView("/ProductManage/ComponentConfig/ComponentRuleInfo.jsp", "Position="+position+"&XMLFile=<%=xmlConfigFile%>&XMLTags="+xmlTags+"&Keys=<%=keys%>&ComponentID=<%=componentID%>&Format=<%=format%>&ComponentRightType=PRightType&RightType=All", "rightdown");
|
|
}
|
|
</script>
|
|
<%@ include file="/IncludeEnd.jsp"%> |