⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 article_select_dialog_ctrlbar_m_1.jsp

📁 jsp CMS全站 无可奈何花落去 士大夫
💻 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%">&nbsp;</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">&nbsp;</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 + -