📄 manage_cars_beijianadd.asp
字号:
<!--#include file=../DataBase/conn.asp-->
<%
if request("id")<>"" then
set rs=server.CreateObject("adodb.recordset")
sql="select * from tb_Beijian where id="&request("id")
rs.open sql,conn,1,1
end if
%>
<html>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
-->
</style>
<link href="../css/mangage.css" rel="stylesheet" type="text/css">
<head>
<title>备件数据添加</title>
</head>
<link rel="stylesheet" href="Css/style.css">
<body topmargin="0" leftmargin="0">
<table width="380" height="210" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#efefef" class="table">
<tr>
<td valign="top"><table width="360" height="210" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="40" align="center"><div align="center" style="font-size: 16px;color: #FF0000;font-weight: bold;width:160;"> <% If request("id")="" Then %>备 件 信息 添 加<%else%>备 件 信息 修 改<%end if%></div></td>
</tr>
<form name="orderform" method="post" action="Manage_Cars_beijiansave.asp">
<tr>
<td valign="top">
<table width="360" height="163" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><div align="right">备 件 标 号:</div></td>
<td width="236" height="30"><input name="number" type="text" class="wenben" size="20" <%if request("id")<>""then%> value="<%=rs("Number")%>"<%end if%>>
<input name="post" type="hidden" id="post" value="add">
<input name="id" type="hidden" id="id" value="<%=request("id")%>"></td>
</tr>
<tr>
<td width="124" height="30"><div align="right">备 件 名 称:</div></td>
<td height="30">
<input name="name" type="text" class="wenben" size="20" <%if request("id")<>""then%> value="<%=rs("Name")%>"<%end if%>>
</td>
</tr>
<tr>
<td width="124" height="30"><div align="right">匹 配 车 型:</div>
<div align="right"></div></td>
<td height="23"><div align="left">
<input name="type" type="text" class="wenben" id="type" size="20" <%if request("id")<>""then%> value="<%=rs("Type")%>"<%end if%>>
</div> </td>
</tr>
<tr>
<td height="30"><div align="right">销 售 价 格:</div></td>
<td height="30"><input name="price" type="text" class="wenben" size="15" <%if request("id")<>""then%> value="<%=rs("Price")%>"<%end if%>>
( 元 )</td>
</tr>
<tr>
<td height="30" colspan="2">
<div align="center">
<input name="Submit2" type="submit" class="buttons" value=" 提 交 ">
<input name="Submit" type="reset" class="buttons" value=" 重 置 ">
<input name="Submit3" type="button" class="buttons" value=" 关 闭 " onClick="javascript:window.close()">
</div></td>
</tr>
<tr valign="bottom">
<td height="13" colspan="2"> </td>
</tr>
</table></td>
</tr>
</form>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -