📄 diao2.asp
字号:
<% if request.QueryString("act")="lw1" then
response.Redirect request.Form("s001")&request.Form("s002")&".asp"
end if
if request.QueryString("act")="lw2" then
response.Redirect request.Form("s003")&request.Form("s004")&".asp"
end if
%>
<style type="text/css">
<!--
.style1 {color: #FF6600}
-->
</style>
<script language=javascript>
function zhida_submit(){
s1 = document.f11.s003.value;
s2 = document.f11.s004.value;
tt="new_info_edit.asp?s1="+s1+"&s2="+s2;
window.open(tt,"_self");
}
function zhida_submit2(){
old1 = document.f22.s001.value;
old2 = document.f22.s002.value;
tt="info_edit2.asp?old1="+old1+"&old2="+old2;
window.open(tt,"_self");
}
</script>
<%
tt=request.Cookies("ttype")
select case tt
case 1:
ss="公司"
case 2:
ss="开发商"
case 3:
ss="中介"
case 4:
ss="个人"
end select
%>
<TABLE width="100%" border=0 align="left" cellPadding=0 cellSpacing=0>
<TBODY>
<TR background="images/img02.jpg">
<TD> </TD>
<TD > 欢迎您来到<span class="style1">看房直达车</span><%=ss%>会员中心,您的会员号为:<span class="style1"><b><%=request.Cookies("user_name")%></b></span>
</TD>
<TD height="35" align="center" > <a href="chang_user.asp">会员资料更改</a> <a href="admin_logout.asp">退出会员中心</a></TD>
</TR>
<% if tt="2" then %>
<TR>
<TD> </TD>
<TD height=20 colspan="2"><form action="?act=lw2" method="post" name="f11"><div align="left">新楼-
<select name="s003" size="1" id="s003">
<option value="zs_" selected>在 售</option>
<option value="yk_">预 开</option>
</select>
-
<select name="s004" size="1" id="s004">
<option value="zhu_zai" selected>住宅</option>
<option value="xie_zi_lou">写字楼</option>
<option value="shang_pu">商铺</option>
</select>
<input type="submit" name="Submit2" value="信息发布"> <input type="button" name="Submit" onclick="javascript:zhida_submit()" value="信息修改/删除"></form>
</TD>
</TR>
<%end if%>
<TR>
<TD> </TD>
<TD height="20" colspan="2"> <form action="?act=lw1" method="post" name="f22"><div align="left">二手-
<select name="s001" size="1" id="s001">
<option value="zhu_zai" selected>住 宅</option>
<option value="xie_zi_lou">写字楼</option>
<option value="shang_pu">商 铺</option>
<option value="chang_fang">厂 房</option>
</select>
-
<select name="s002" size="1" id="s002">
<option value="_cs" selected>出售</option>
<option value="_cz">出租</option>
</select>
<input type="submit" name="Submit" value="信息发布">
<input type="button" name="Submit" onclick="javascript:zhida_submit2()" value="信息修改/删除">
</div></form>
(说明:上传图片尺寸不大于566*566象素 )</TD>
</TR>
</TBODY>
</TABLE>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -