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

📄 temp.jsp

📁 Jbuilder2006开发的严格按MVC设计模式组织开发过程
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
temp
</title>
</head>

<script language="JavaScript1.2" type="text/javascript">
  var newWindow;
  var urlstring = '<%=request.getContextPath()%>/index.jsp';
  window.menubar='no'
  newWindow = window.open(urlstring,'max','top=0,left=0,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width='+(screen.width-10)+',height='+(screen.availheight-30))
  //self.close()
</script>
<body bgcolor="#ffffff">
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -