?? rentsearch.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="SearchList.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 + -