?? 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>
<link rel="stylesheet" href="inc/guhongying.css" type="text/css">
</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 + -