?? plateset121window.jsp
字號(hào):
<%@ page language="java" errorPage="/sys/error.jsp" pageEncoding="GB2312" contentType="text/html;charset=GB2312" %>
<%@ include file="/common/taglibs.jsp"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<%@ include file="/common/meta.jsp"%>
<title>新聞欄目管理</title>
<link href='<c:url value="/sys/css/css.css"/>' type="text/css" rel="stylesheet">
<script language="javascript">
<!--
function setValue() {
var myform = document.plateForm;
var form = columnTree.document.plateForm;
for(var i = 0; i < form.length; i++) {
var e = form[i];
if(e.type == "radio" && e.checked) {
//alert(e.value);
var evalues = e.value.split(",");
myform.columnid.value = evalues[0];
}//end if
}//end for
if(myform.columnid.value == '') {
alert("請(qǐng)選擇關(guān)聯(lián)欄目!");
return;
}
myform.submit();
}
function cancelValue() {
var myform = document.plateForm;
myform.submit();
}
//-->
</script>
</head>
<body leftmargin=0 topmargin=0 marginheight="0" marginwidth="0">
<table border="0" cellpadding="0" cellspacing="0" align="center" width="100%" height="100%">
<tr>
<!-- left start -->
<td width="100%" valign="top" bgcolor="#ffffff">
<table border="1" cellpadding="0" cellspacing="0" width="100%" height="100%" class="lefttable">
<html:form action="/sys/plate/setOne2One.html">
<html:hidden property="id"/>
<input type="hidden" name="columnid" value="">
<input type="hidden" name="set" value="set">
<input type="hidden" name="method" value="setOne2One">
<tr><td><font color="red"><c:out value="${errorMsg}"/></font></td></tr>
<tr>
<td width="100%" height="100%" align="left" valign="top">
<iframe id="columnTree" src='<c:url value="/sys/plate/setOne2One.html"/>?method=setOne2One&iframe=iframe&id=<c:out value="${plateForm.id}"/>' width="100%" height="100%" border="0" frameborder="0">
</iframe>
</td>
</tr>
<tr>
<td align="center">
<input type="button" value="確定" onclick="setValue();" <c:if test="${isGuest}">disabled</c:if>>
<input type="button" value="取消關(guān)聯(lián)" onclick="cancelValue();" <c:if test="${isGuest}">disabled</c:if>>
<input type="button" value="關(guān)閉" onclick="window.close();">
</td>
</tr>
</html:form>
</table>
</td>
<!-- left end -->
</tr>
</table>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -