📄 cover.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body>
<div id="Layer1" style="position:absolute; left:10px; top:5px; width:426px; height:101px; z-index:1"><img src="CoverAndBack/Cover_<%=request.getParameter("CoverName")%>.jpg" width="640" height="924"></div>
<div id="Layer2" style="position:absolute; left:23px; top:245px; width:611px; height:31px; z-index:2">
<div align="center"><font color="#000000" size="6" face="宋体"><strong><%=request.getParameter("title")%></strong></font></div>
</div>
<div id="Layer3" style="position:absolute; left:12px; top:6px; width:639px; height:181px; z-index:3"><img src="images/logo.gif"></div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -