📄 addhe-ton.asp
字号:
<%
if session("pwd")<>"pass" then
response.Redirect "../hcy/login.asp"
response.end
end if
%>
<html>
<head>
<link href="../appmain.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>货物运输合同情况登记表</title>
</head>
<body bgcolor="#e1f4ee">
<table width="499" align="center" class="TOOLBARTABLE">
<tr>
<td width="491">
<div align="center"><font size="6" face="隶书">货物运输合同情况登记</font></div></td>
</tr>
</table>
<table width="404" height="22" border="0" align="center" cellpadding="0" cellspacing="0" bordercolorlight="#000000" bordercolordark="#FFFFFF" class="TOOLBARTABLE" >
<tr>
<td width="780"><form name="form1" method="post" onSubmit="return CheckForm()" action="../he-tonsave.asp">
<table width="406" border="1" cellpadding="0" cellspacing="0" bordercolorlight="#000000" bordercolordark="#FFFFFF" class="TOOLBARTABLE">
<tr>
<td colspan="4" bgcolor="#e1f4ee"> </td>
</tr>
<tr>
<td width="72"><font color="#000000">承运方</font></td>
<td colspan="3">
<input name="username" type="text" class="input_plane2" id="username" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'"></td>
</tr>
<tr>
<td><font color="#000000">车牌号 </font></td>
<td colspan="3">
<input name="no" type="text" class="input_plane2" id="no" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" value="K/A"></td>
</tr>
<tr>
<td height="23"><font color="#000000">车型</font></td>
<td colspan="3">
<select name="cexin" id="cexin">
<option value="请选择车型" selected>请选择车型</option>
<option value="半挂">半挂</option>
</select></td>
</tr>
<tr>
<td><font color="#000000">合同期限</font></td>
<td width="94">
<input name="data" type="text" class="input_plane2" id="data" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'" size="15">
</td>
<td width="26"><div align="center"><font color="#000000">到</font></div></td>
<td width="204" class="input_plane2">
<input name="data1" type="text" id="data1" size="15" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'">
</td>
</tr>
<tr>
<td><font color="#000000">管理费</font></td>
<td colspan="3">
<input name="guanlifei" type="text" class="input_plane2" id="guanlifei" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'"></td>
</tr>
<tr>
<td><font color="#000000">签订时间</font></td>
<td colspan="3">
<input name="data3" type="text" class="input_plane2" id="data3" onmouseover="this.style.backgroundColor='#e1f4ee'" onmouseout="this.style.backgroundColor='#ffffff'"></td>
</tr>
<tr>
<td> </td>
<td colspan="3"> </td>
</tr>
<tr>
<td > </td>
<td colspan="3">
<input name="Submit" type="submit" class="button" value="确定">
<input name="Submit2" type="reset" class="button" value="重来"></td>
</tr>
</table>
</form></td>
</tr>
</table>
</body>
</html>
<script language=javascript>
function CheckForm()
{
if(document.form1.username.value=="")
{
alert("请输入承运方名字!");
document.form1.username.focus();
return false;
}
if(document.form1.no.value == "K/A")
{
alert("请输入车牌号!");
document.form1.no.focus();
return false;
}
if(document.form1.cexin.value == "请选择车型")
{
alert("请输入车牌号!");
document.form1.cexin.focus();
return false;
}
if(document.form1.data.value == "")
{
alert("请输入合同期限!");
document.form1.data.focus();
return false;
}
if(document.form1.data1.value == "")
{
alert("请输入合同期限!");
document.form1.data1.focus();
return false;
}
if(document.form1.guanlifei.value == "")
{
alert("请输入管理费金额!");
document.form1.guanlifei.focus();
return false;
}
if(document.form1.data3.value == "")
{
alert("请输入签订时间!");
document.form1.data3.focus();
return false;
}
}
function ClearForm()
{document.Login.username.value = "";
document.Login.pwd.value = "";
}
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -