📄 statesearch.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
body {
background-image: url(picture/background.JPG);
}
-->
</style></head>
<body>
<div align="center">房态查询:
</p>
</div>
<p align="center">请选择需要查询的房间的种类:</p>
<form id="form1" name="form1" method="post" action="statesearch.jsp">
<table width="542" border="1" align="center">
<tr>
<td><label>
<input type="checkbox" name="checkbox" />
全部<br />
</label></td>
<td><label>
<input type="checkbox" name="checkbox2" />
豪华套 </label></td>
<td><label>
<input type="checkbox" name="checkbox3" />
总统套</label></td>
<td><label>
<input type="checkbox" name="checkbox4" />
标准间 </label></td>
<td><label>
<input type="checkbox" name="checkbox5" />
三人间 </label></td>
<td><label>
<input type="checkbox" name="checkbox6" />
单人间 </label></td>
</tr>
</table>
<p>
<label></label>
<label></label></p>
<table width="200" border="1" align="center">
<tr>
<td><input type="submit" name="Submit" value="开始查询" /></td>
<td><label>
<input type="reset" name="Submit2" value="重置" />
</label></td>
<td><a href="index.htm">返回</a></td>
</tr>
</table>
</form>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -