📄 zzulin1.asp
字号:
<html>
<head>
<title>cars</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<style type="text/css">
<!--
body {
background-image: url();
background-color: #EFEFEF;
}
a:link {
color: #FFFFFF;
text-decoration: none;
}
a:visited {
color: #FFFFFF;
text-decoration: none;
}
a:hover {
color: #EAEAEA;
text-decoration: none;
}
a:active {
text-decoration: none;
}
a {
font-size: 12px;
}
body,td,th {
font-size: 12px;
color: #000000;
}
-->
</style>
<link href="css/mangage.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style3 {color: #FFFFFF}
-->
</style>
</head>
<body topmargin="0">
<form name="form2" method="post" action="zzulinsave.asp">
<p> </p>
<p> </p>
<table width="504" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="40" colspan="4" align="center"><div align="center" style="font-size: 18px;font-weight: bold;color: #FF0000;width:150; ">在 线 预 订 </div></td>
</tr>
<tr>
<td height="20" colspan="4"><input type="hidden" name="action" value="add"></td>
</tr>
<tr>
<td height="27"><div align="right">租车类型:</div></td>
<td height="27" colspan="2">
<input name="CarsName" type="text" id="CarsName" value="<%=request("name")%>" readonly="true"></td>
<td height="25"> </td>
</tr>
<tr>
<td width="146" height="27"><div align="right">联系人:</div></td>
<td height="27" colspan="3">
<input name="UserName" type="text" id="UserName"></td>
</tr>
<tr>
<td height="27"><div align="right">联系电话:</div></td>
<td height="27" colspan="3">
<input name="Phone" type="text" id="Phone">
</td>
</tr>
<tr>
<td height="27"><div align="right">手机号码:</div></td>
<td height="27" colspan="3">
<input name="Hander" type="text" id="Hander">
</td>
</tr>
<tr>
<td height="27"><div align="right">传真:</div></td>
<td height="27" colspan="3">
<input name="Fax" type="text" id="Fax">
</td>
</tr>
<tr>
<td height="27"><div align="right">E-mail:</div></td>
<td height="27" colspan="3">
<input name="Email" type="text" id="Email" size="40">
</td>
</tr>
<tr>
<td height="27"><div align="right">联系地址:</div></td>
<td height="27" colspan="3">
<input name="Address" type="text" id="Address" size="40"></td>
</tr>
<tr>
<td height="27"><div align="right">身份证号码:</div></td>
<td height="27" colspan="2">
<input name="Numbers" type="text" id="Numbers" size="40"></td>
<td width="37" height="25"> </td>
</tr>
<tr>
<td height="27"><div align="right">租车时间:</div></td>
<td height="27" colspan="2">
<select name="nian">
<%for i=2005 to 2100%>
<option value="<%=i%>"><%=i%></option>
<%next%>
</select>
年
<select name="yue">
<%for i=1 to 12%>
<option value="<%=i%>"><%=i%></option>
<%next%>
</select>
月
<select name="ri">
<%for i=1 to 31%>
<option value="<%=i%>"><%=i%></option>
<%next%>
</select>
日至</td>
<td height="25"> </td>
</tr>
<tr>
<td height="27"> </td>
<td height="27" colspan="2">
<select name="nian1" id="nian1">
<%for i=2005 to 2100%>
<option value="<%=i%>"><%=i%></option>
<%next%>
</select>
年
<select name="yue1" id="yue1">
<%for i=1 to 12%>
<option value="<%=i%>"><%=i%></option>
<%next%>
</select>
月
<select name="ri1" id="ri1">
<%for i=1 to 31%>
<option value="<%=i%>"><%=i%></option>
<%next%>
</select>
日</td>
<td height="25"> </td>
</tr>
<tr>
<td height="15"> </td>
<td width="226" height="15"> </td>
<td width="95" height="15"> </td>
<td height="15"> </td>
</tr>
<tr valign="top">
<td height="30" colspan="4"><div align="center">
<input type="submit" name="Submit2" value=" 提 交 ">
<input type="button" name="Submit2" value=" 关 闭 " onClick="window.close();">
</div></td>
</tr>
</table>
</form>
<!-- ImageReady Slices (cars.psd) -->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -