📄 yzxx.aspx
字号:
end select
select case zjlxstr
case "身份证"
zjlx.selectedindex=0
case "户口本"
zjlx.selectedindex=1
case "其它证件"
zjlx.selectedindex=2
end select
end if
else
page.registerstartupscript("",getalertinfo("该单元不存在,请重新输入!"))
end if
datar.close()
end if
End Sub
</script>
<html>
<head>
<title>业主信息</title>
<link href="../Main.css" type="text/css" rel="stylesheet" />
</head>
<body background="../images/1.jpg">
<form runat="server">
<table id="search" cellspacing="1" cellpadding="0" width="90%" align="center" border="0">
<tbody>
<tr class="tr4">
<td width="34%" height="30">
单元名称
<asp:TextBox class="input_text" id="dyname" runat="server" width="130"></asp:TextBox>
</td>
<td>
<asp:button class="input_button" id="SureBtn" onclick="Sure_Click" runat="server" text="确 定"></asp:button>
</td>
<td></td>
</tr>
<tr><td colspan=3><hr></td></tr>
<tr>
<td colspan=3 height="30">
<asp:CheckBox id="CheckBox1" runat="server" Text="本单元业主即户主,两者信息同步更新" ForeColor="Red"></asp:CheckBox>
</td>
</tr>
<tr>
<td width="34%" height="30">
业主姓名
<asp:TextBox class="input_text" id="name" runat="server" width="130"></asp:TextBox>
</td>
<td width="33%">
出生日期
<asp:TextBox class="input_text" id="birdate" runat="server" width="130"></asp:TextBox>
</td>
<td width="33%">
性 别
<asp:DropDownList class="input_text" id="sex" runat="server" width="130">
<asp:ListItem Value="男" selected="true">男</asp:ListItem>
<asp:ListItem Value="女">女</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr class="tr4">
<td width="34%" height="30">
国 籍
<asp:TextBox class="input_text" id="gj" runat="server" width="130"></asp:TextBox>
</td>
<td width="33%">
民 族
<asp:TextBox class="input_text" id="mz" runat="server" width="130"></asp:TextBox>
</td>
<td width="33%">
籍 贯
<asp:TextBox class="input_text" id="jg" runat="server" width="130"></asp:TextBox>
</td>
</tr>
<tr>
<td width="34%" height="30">
收楼日期
<asp:TextBox class="input_text" id="slrq" runat="server" width="130"></asp:TextBox>
</td>
<td width="33%">
购房合同
<asp:TextBox class="input_text" id="gfht" runat="server" width="130"></asp:TextBox>
</td>
<td width="33%">
房产证号
<asp:TextBox class="input_text" id="fczh" runat="server" width="130"></asp:TextBox>
</td>
</tr>
<tr class="tr4">
<td colspan="2">
开 户 行
<asp:TextBox class="input_text" id="khh" runat="server" width="390"></asp:TextBox>
</td>
<td height="30">
银行账号
<asp:TextBox class="input_text" id="yhzh" runat="server" width="130"></asp:TextBox>
</td>
</tr>
<tr>
<td width="34%" height="30">
证件类型
<asp:DropDownList class="input_text" id="zjlx" runat="server" width="130">
<asp:ListItem Value="身份证" selected="true">身份证</asp:ListItem>
<asp:ListItem Value="户口本">户口本</asp:ListItem>
<asp:ListItem Value="其他证件">其他证件</asp:ListItem>
</asp:DropDownList>
</td>
<td width="33%">
证件号码
<asp:TextBox class="input_text" id="zjhm" runat="server" width="130"></asp:TextBox>
</td>
<td width="33%">
邮 编
<asp:TextBox class="input_text" id="zip" runat="server" width="130"></asp:TextBox>
</td>
</tr>
<tr class="tr4">
<td colspan="2">
工作单位
<asp:TextBox class="input_text" id="gzdw" runat="server" width="390"></asp:TextBox>
</td>
<td height="30">
职 务
<asp:TextBox class="input_text" id="zw" runat="server" width="130"></asp:TextBox>
</td>
</tr>
<tr class="tr4">
<td colspan="2">
联系地址
<asp:TextBox class="input_text" id="lxdz" runat="server" width="390"></asp:TextBox>
</td>
<td height="30">
联系电话
<asp:TextBox class="input_text" id="lxdh" runat="server" width="130"></asp:TextBox>
</td>
</tr>
<tr class="tr4">
<td colspan="3" height="30">
所在派出所
<asp:TextBox class="input_text" id="szpcs" runat="server" width="630"></asp:TextBox>
</td>
</tr>
<tr class="tr4">
<td colspan="2">
紧急联系人
<asp:TextBox class="input_text" id="jjlxrxm" runat="server" width="380"></asp:TextBox>
</td>
<td height="30">
紧急联系电话
<asp:TextBox class="input_text" id="jjlxrdh" runat="server" width="105"></asp:TextBox>
</td>
</tr>
<tr class="tr4">
<td colspan="3" height="30">
紧急联系人地址
<asp:TextBox class="input_text" id="jjlxrdz" runat="server" width="600"></asp:TextBox>
</td>
</tr>
<tr class="tr4">
<td colspan="3" height="30">
备注信息
<asp:TextBox class="input_text" id="memo" runat="server" width="640"></asp:TextBox>
</td>
</tr>
<tr class="tr4">
<td valign="bottom" align="middle" colspan="3" height="40">
<asp:button class="input_button" id="SaveBtn" onclick="Save_Click" runat="server" text="保 存"></asp:button>
</td>
</tr>
</tbody>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -