📄 returnback.jsp
字号:
<!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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -