⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modify.asp

📁 中介之家房产中介系统 V4.0企业共享版
💻 ASP
📖 第 1 页 / 共 3 页
字号:
<!--#include file="conn.asp"-->
<% if request.cookies("okadmin")="" and request.cookies("rank")="" then
  response.redirect "login.asp"
end if %>
<%
set rs2=server.createobject("adodb.recordset")
sqltext="select * from hetongb where id="&request("id")&"" 
rs2.open sqltext,conn,1,1

set rs3=server.createobject("adodb.recordset")
sqltext="select * from houseb where hetongid="&rs2("id")&"" 
rs3.open sqltext,conn,1,1

set rs=server.createobject("adodb.recordset")
sqltext="select * from haoma where userid='"&rs2("userid")&"' order by id desc" 
rs.open sqltext,conn,1,1
%>
<HTML><HEAD><TITLE>欢迎您光临房产信息网!</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<LINK 
href="images/style.css" type=text/css rel=stylesheet>
<script language=Javascript>
<!--
function checkForm(){
		if ( document.formSignUp.keyword1.value == '' ) {
			window.alert('请输入合同号!!');
			document.formSignUp.keyword1.focus();
		}
		else if ( document.formSignUp.keyword2.value == '' ) {
			window.alert('请输入查询码!!');
			document.formSignUp.keyword2.focus();
			
		}
		else {
			return true;
			}
		return false;
	}

//-->
</script>
<script language=Javascript>
<!--
function checkForm2(){
		if ( document.formSignUp2.dailiren.value == '' ) {
			window.alert('请输入代理人!!');
			document.formSignUp2.dailiren.focus();
		}
		else if ( document.formSignUp2.shoumairen.value == '' ) {
			window.alert('请输入受买人!!');
			document.formSignUp2.shoumairen.focus();
			
		}
				else if ( document.formSignUp2.shenfenzheng.value == '' ) {
			window.alert('请输入受买人身份证!!');
			document.formSignUp2.shenfenzheng.focus();
			
		}
				else if ( document.formSignUp2.name.value == '' ) {
			window.alert('请输入项目名称!!');
			document.formSignUp2.name.focus();
			
		}
		
			else if ( document.formSignUp2.quyu.value == '' ) {
			window.alert('请输入区域!!');
			document.formSignUp2.quyu.focus();
			
		}
				else if ( document.formSignUp2.tudizheng.value == '' ) {
			window.alert('请输入土地证!!');
			document.formSignUp2.tudizheng.focus();
			
		}
				else if ( document.formSignUp2.yushouzheng.value == '' ) {
			window.alert('请输入预售证!!');
			document.formSignUp2.yushouzheng.focus();
			
		}
				else if ( document.formSignUp2.suoyouzheng.value == '' ) {
			window.alert('请输入所有证!!');
			document.formSignUp2.suoyouzheng.focus();
			
		}
		else {
			return true;
			}
		return false;
	}

//-->
</script>
<META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#666666 leftMargin=0 topMargin=0 marginwidth="0" 
marginheight="0">
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center border=0>
  <TBODY>
  <TR>
    <TD bgColor=#333333 height=1></TD></TR>
  <TR>
    <TD bgColor=#727272 height=1></TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=778 align=center border=0 height="556">
  <TBODY>
  <TR>
    <TD align=middle width=610 bgColor=#ffffff valign="top" height="523">
<br>          <FORM action=saveinfo.asp method=post name="formSignUp2" onSubmit="return checkForm2()">
<input type=hidden name=action value="modify">
<input type=hidden name=id value=<%=request("id")%>>
      <font color="#FF0000">
      <b>商品房买卖合同备案表</b></font><table border="0" cellpadding="2" style="border-collapse: collapse" bordercolor="#111111" width="96%" id="AutoNumber1" height="351">
        <tr>
          <td width="100%" colspan="2" height="16">
          <p align="center"></td>
        </tr>        <tr style="font-size:9pt">
          <td width="31%" align="right" height="28">商品房销售合同编号:</td>
          <td width="69%" height="28"><%=rs2("hetongid")%>   
                <font color="#0000FF"><span lang="zh-cn">&nbsp;&nbsp;&nbsp; 查询码:</span></font><%=rs2("searchid")%></td>
        </tr>
        <tr style="font-size:9pt">
          <td width="31%" align="right" height="20">出卖方(以下简称甲方):</td>
          <td width="69%" height="20">
                <INPUT NAME="chumaifang" MAXLENGTH="60" disabled CLASS="medium" style="font-family: 新细明体, 宋体, Arial; font-size: 14px; height: 20; background-color: #f3f3f3; width: 246; border: 1px solid black; "  onMouseOver = "this.style.backgroundColor = '#E5F0FF'" onMouseOut = "this.style.backgroundColor = ''" size="20" value="<%=rs2("chumaifang")%>"><span lang="en-us">
                <font color="#FF0000">*</font></span></td>
        </tr>
        <tr style="font-size:9pt">
          <td width="31%" align="right" height="20">代理人(代理商):</td>
          <td width="69%" height="20">
                <INPUT NAME="dailiren" MAXLENGTH="20" CLASS="medium" style="font-family: 新细明体, 宋体, Arial; font-size: 14px; height: 20; background-color: #f3f3f3; width: 246; border: 1px solid black; "  onMouseOver = "this.style.backgroundColor = '#E5F0FF'" onMouseOut = "this.style.backgroundColor = ''" size="20" value="<%=rs2("dailiren")%>"><span lang="en-us">
                <font color="#FF0000">*</font></span></td>
        </tr>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -