📄 revokequeryindex.jsp
字号:
<%@ page contentType="text/html;charset=gb2312"%>
<%
String type=(String)request.getAttribute("type");
String nextAction=(String)request.getAttribute("nextAction");
%>
<HTML>
<HEAD>
<META http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Pragma" content="no-cache"/>
<TITLE></TITLE>
<link href="<%=request.getContextPath()%>/include/style/style01/style.css" rel="stylesheet" type="text/css">
<base target="bottom">
</HEAD>
<body topmargin="0" leftmargin="0" class="businessBody01">
<script>
var w = screen.availWidth-10;
var h = screen.availHeight-30;
window.open("<%=request.getContextPath()%>/pageBuilderAction.do?action=<%=nextAction%>&type=<%=type%>","queryIndexWindow","toolbar=no,resizable,scrollbars,dependent,width="+w+",height="+h+",top=0,left=0");
function refurbishWindowOpen(){
window.open("<%=request.getContextPath()%>/pageBuilderAction.do?action=<%=nextAction%>&type=<%=type%>","queryIndexWindow","toolbar=no,resizable,scrollbars,dependent,width="+w+",height="+h+",top=0,left=0");
}
</script>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -