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

📄 change_hack.asp

📁 <1> 优化了部分代码及一些BUG.提高了浏览速度 <2> 可以通过会员助手自由管理各种信息 <3> 修正了反馈信息及询价订单错误 <4>
💻 ASP
📖 第 1 页 / 共 2 页
字号:
<!--#include file=../include/config.asp-->
<!--#include file=../include/conn_view.asp-->
<!--#include file=../include/access.asp-->
<!--#include file=../include/function.asp-->

<html>
<head>
<title>修改考试信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../style.css" type="text/css">
</head>
<style>.textinput2 {  border: 1px #E9F0F8 solid;BACKGROUND: #E9F0F8;FONT-SIZE: 9pt ;color: #E9F0F8; FONT-FAMILY: arial}</style>
<script language="JavaScript">
<!--
	function checkdata()
	{
		if(!CheckIsNull(form1.news_title,"请输入标题!")) return false;
		if(!CheckIsNull(form1.news_url,"请输入url!")) return false;
		
		
	}
	
//-->
</script>
<%
	dim strSql,rs,i,PageNo,ss
	if request("id")="" then
		out("参数出错了!")
		response.end
	end if
	strSql="select * from [house_hack] where id="&request("id")
	set rs=Server.CreateObject("ADODB.RecordSet")
	rs.open strSql,conn,3,3
	if rs.eof then
		out("参数出错了!")
	else
	
%>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
<div align="center"><br>
  <font size="3"><b>修 改 出 租 信 息</b></font><br>
  <br>
</div>
<table width="600" border="0" cellpadding="0" cellspacing="2" class="kuan" align="center" bgcolor="#FFFFFF">
  <tr> 
    <td background="../images/system1.gif" height="25" align="center" width="602"><font color="#FF6633" class="font"><b><font color="#FF9B59">请输入以下表格来&quot;<font color="#FFFFFF">修改出租信息</font>&quot;</font></b></font></td>
  </tr>
  <tr> 
    <td bgcolor="#E9F0F8" class="linkfont" align="center" valign="middle" height="287" width="602"> 
      <form name="form1" method="post" action="save_change_hack.asp" onsubmit="return checkdata()">
        发布日期:
        <input name="date" type="text" class="textinput" id="date" value="<%=rs("date")%>" size="30" maxlength="50">
        <br>
        <table width="548" border="0" align="center" cellpadding="0" cellspacing="1" class="xu_kuan">
          <tr align="left" valign="middle"> 
            <td width="277" class="font">&nbsp;小区名称: 
              <input name="house_name" type="text" class="textinput" size="30" maxlength="50" value="<%=rs("house_name")%>">
            </td>
            <td width="266" height="30" ><span class="font">&nbsp;所在区域:</span> 
              <select name="qy" class="textinput" >
                <%if rs("qy")="未知" then%>
                <option value="0" selected>未知</option>
                <%else%>
                <option value="0">未知</option>
                <%end if%>
                <%if rs("qy")="市区" then%>
                <option value="市区" selected>市区</option>
                <%else%>
                <option value="市区">市区</option>
                <%end if%>
                <%if rs("qy")="天宁区" then%>
                <option value="天宁区" selected>天宁区</option>
                <%else%>
                <option value="天宁区">天宁区</option>
                <%end if%>
                <%if rs("qy")="钟楼区" then%>
                <option value="钟楼区" selected>钟楼区</option>
                <%else%>
                <option value="钟楼区">钟楼区</option>
                <%end if%>
                <%if rs("qy")="武进区" then%>
                <option value="武进区" selected>武进区</option>
                <%else%>
                <option value="武进区">武进区</option>
                <%end if%>

                <%if rs("qy")="戚墅堰区" then%>
                <option value="戚墅堰区" selected>戚墅堰区</option>
                <%else%>
                <option value="戚墅堰区">戚墅堰区</option>
                <%end if%>
                <%if rs("qy")="新北区" then%>
                <option value="新北区" selected>新北区</option>
                <%else%>
                <option value="新北区">新北区</option>
                <%end if%>
                <%if rs("qy")="金坛市" then%>
                <option value="金坛市" selected>金坛市</option>
                <%else%>
                <option value="金坛市">金坛市</option>
                <%end if%>
                <%if rs("qy")="溧阳市" then%>
                <option value="溧阳市" selected>溧阳市</option>
                <%else%>
                <option value="溧阳市">溧阳市</option>
                <%end if%><%if rs("qy")="其他" then%>
                <option value="其他" selected>其他</option>
                <%else%>
                <option value="其他">其他</option>
                <%end if%>
              </select>
            </td>
          </tr>
          <tr align="left" valign="middle"> 
            <td height="30" colspan="2" class="font">&nbsp;地  址: 
              <input name="address" type="text" class="textinput"  size="50" maxlength="50" value="<%=rs("address")%>">
              <span class="font">&nbsp;是否中介:</span> 
              <select name="zj" class="textinput" >
                <%if rs("zj")="非中介" then%><option value="非中介" selected>非中介</option><%else%><option value="非中介" >非中介</option><%end if%>
                <%if rs("zj")="中介" then%><option value="中介" selected>中介</option><%else%><option value="中介">中介</option><%end if%>
              </select>
            </td>
          </tr>
          <tr align="left" valign="middle"> 
            <td height="30" class="font">&nbsp;户  型: 
              <select 
        name=hx style="FONT-SIZE: 9pt; WIDTH: 90px; FONT-FAMILY: 宋体; HEIGHT: 22px" >
                <%if rs("hx")="未知" then%>
                <option value="0" selected>未知</option><%else%><option value="0">未知</option><%end if%>
                <%if rs("hx")="4室2厅2卫" then%><option value="4室2厅2卫" selected>4室2厅2卫</option><%else%><option value="4室2厅2卫">4室2厅2卫</option><%end if%>
                <%if rs("hx")="4室2厅1卫" then%><option value="4室2厅1卫" selected>4室2厅1卫</option><%else%><option value="4室2厅1卫">4室2厅1卫</option><%end if%>
                <%if rs("hx")="4室1厅1卫" then%><option value="4室1厅1卫" selected>4室1厅1卫</option><%else%><option value="4室1厅1卫">4室1厅1卫</option><%end if%>
                <%if rs("hx")="3室2厅2卫" then%><option value="3室2厅2卫" selected>3室2厅2卫</option><%else%><option value="3室2厅2卫">3室2厅2卫</option><%end if%>
                <%if rs("hx")="3室2厅1卫" then%><option value="3室2厅1卫" selected>3室2厅1卫</option><%else%><option value="3室2厅1卫">3室2厅1卫</option><%end if%>
                <%if rs("hx")="3室1厅1卫" then%><option value="3室1厅1卫" selected>3室1厅1卫</option><%else%><option value="3室1厅1卫">3室1厅1卫</option><%end if%>
                <%if rs("hx")="2室2厅1卫" then%><option value="2室2厅1卫" selected>2室2厅1卫</option><%else%><option value="2室2厅1卫">2室2厅1卫</option><%end if%>
                <%if rs("hx")="2室1厅1卫" then%><option value="2室1厅1卫" selected>2室1厅1卫</option><%else%><option value="2室1厅1卫">2室1厅1卫</option><%end if%>
                <%if rs("hx")="2室半1厅1卫" then%><option value="2室半1厅1卫" selected>2室半1厅1卫</option><%else%><option value="2室半1厅1卫">2室半1厅1卫</option><%end if%>
                <%if rs("hx")="1室1厅1卫" then%><option value="1室1厅1卫" selected>1室1厅1卫</option><%else%><option value="1室1厅1卫">1室1厅1卫</option><%end if%>
                <%if rs("hx")="单间" then%><option value="单间" selected>单间</option><%else%><option value="单间">单间</option><%end if%>
				<%if rs("hx")="其他" then%><option value="其他" selected>其他</option><%else%><option value="其他">其他</option><%end if%>
              </select>
            </td>
            <td height="30" class="font" >&nbsp;物业类型: 
              <select name=wylx class="textinput" >
                <%if rs("wylx")="未知" then%><option value="0" selected>未知</option><%else%><option value="0" >未知</option><%end if%>
                <%if rs("wylx")="商品房" then%><option value="商品房" selected>商品房</option><%else%><option value="商品房">商品房</option><%end if%>
                <%if rs("wylx")="集资房" then%><option value="集资房" selected>集资房</option><%else%><option value="集资房">集资房</option><%end if%>
                <%if rs("wylx")="拆迁房" then%><option value="拆迁房" selected>拆迁房</option><%else%><option value="拆迁房">拆迁房</option><%end if%>

⌨️ 快捷键说明

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