returnback.jsp
来自「设备租赁系统」· JSP 代码 · 共 40 行
JSP
40 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@page import="common.Constants"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title><%=Constants.SystemTitle %></title>
<link href="../css/body.css" rel="stylesheet" type="text/css" />
</head>
<script>
var windowOpera="resize";
var pageResize = window.onresize;
window.onresize = function()
{
pageResize();
divResize();
}
divResize = function()
{
var h=30;
if(document.body.clientHeight >= h){
document.getElementById("main").style.height=document.body.clientHeight-h;
}
}
function check(){
if(document.getElementById("rent_code").value==""){
alert("绉熷崟缂栧彿涓嶈兘涓虹┖!");
return false;
}
return true;
}
</script>
<body >
<form action="RentDetail.jsp?action=back" method="post" name="back">
<div id="main" class="Div_Openwindow_Main" >
<input type="hidden" value="" name="back_id">
<div class="Div_Openwindow_Title">
<span class="OpenWindow_Title">璁惧
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?