?? article_select_dialog_ctrlbar_m_1.jsp
字號:
<%@ page contentType="text/html; charset=GBK"%>
<%@ taglib uri="/cms4j" prefix="cms4j" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<title>無標題文檔</title>
<link href="../skin/blue/css/oper_area.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="buttun-bar">
<tr>
<td width="8%"> </td>
<td align="right">
<input name="Submit" type="button" class="form-buttun" value="選擇并繼續添加" onClick="if(returnValue()){top.mainFrame.location.href=top.mainFrame.location.href;}" />
<input name="Submit" type="button" class="form-buttun" value="選擇并關閉" onClick="if(returnValue()){top.window.close();}" />
<input name="Submit2" type="button" class="form-buttun" value="關 閉" onClick="cancel();"/></td>
<td width="4%" align="right"> </td>
</tr>
</table>
<script>
function returnValue(){
var str = "";
str=top.mainFrame.selectFormType();
if(str==""){
if(confirm("您沒有選擇文章:( 是否繼續 ?")){
return false;
}
}
dialogArguments.returnArticle(str);
//window.returnValue = null;
//alert(top.mainFrame.selectFormType());
//return;
return true;
}
function cancel(){
window.close();
}
</script>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -