📄 addguding.asp
字号:
<!--#include file="inc/userconn.inc"-->
<%
dim Rs,TxtSql,c,f,a,h,o
Set Rs=Server.CreateObject("ADODB.Recordset")
txtsql="select * from 个人物品资产 "
rs.open txtsql,conn,1,1
if rs.eof or rs.bof then
c=0
f=0
a=0
h=0
o=0
else
c=rs("衣服")
f=rs("家具")
a=rs("汽车")
h=rs("住房")
o=rs("其他")
end if
%>
<html>
<head>
<title>个人物品资产</title>
</head>
<body bgcolor="7C96B8" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="194" height="50" align="center"><tr>
<td width="186"><div align="center"><font color="#FFFFFF" size="3" face="黑体">个人资产管理</font></div></td>
</tr></table>
<form name="ADDGUDING" method="POST" action="addguding1.asp" >
<table width="66%" border="0" cellspacing="1" cellpadding="6" bgcolor="#000000" align="center">
<tr bgcolor="316395">
<td colspan="2" height="47"><font color="#FFFFFF"><b>请您仔细并如实填写以下各项目:</b></font></td>
</tr>
<tr bgcolor="#6699CC" valign="middle">
<td width="25%" bgcolor="#6699CC"><font color="#FFFFFF">衣物</font></td>
<td width="75%"> <font color="#FFFFFF">
<input name="clothes" type="text" class="bk" id="clothes" value=<%=c%> size="25" maxlength="16">
<font color="#000000">元</font><br>
</font></td>
</tr>
<tr bgcolor="eeeeee" valign="middle">
<td width="25%">家具</td>
<td width="75%"> <input name="furniture" type="text" class="bk" id="furniture" value=<%=f%> size="25" maxlength="16">
元<br> </td>
</tr>
<tr bgcolor="#6699CC" valign="middle">
<td width="25%"><font color="#FFFFFF">汽车</font></td>
<td width="75%"> <input name="automobile" type="text" class="bk" id="automobile" value=<%=a%> size="25" maxlength="16">
元 </td>
</tr>
<tr bgcolor="eeeeee" valign="middle">
<td width="25%">住房</td>
<td width="75%"> <input name="house" type="text" class="bk" id="house" value=<%=h%> size="25" maxlength="50">
元<br> </td>
</tr>
<tr bgcolor="#6699CC" valign="middle">
<td width="25%"><font color="#FFFFFF">其他</font></td>
<td width="75%"> <input name="other" type="text" class="bk" id="other" value=<%=o%> size="25" maxlength="50">
元 </td>
</tr>
<tr bgcolor="eeeeee" align="center">
<td colspan="2" valign="top"> <input type="submit" name="ok" value="保存" class="Tips_bo">
<input type="reset" name="Reset" value="清 除" class="Tips_bo">
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -