<% if session("zjlogin")="ok" then %> <% end if %>
信 息 修 改
账 户 密 码 修 改
未 查 看 的 留 言
已 查 看 的 留 言
房 源 信 息 管 理
求 租 信 息 登 记
<%if session("zjlogin") = "ok" then%> <% set rw=conn.execute("select * from house_user_zj where id="&session("user_id")) if isnull(rw("last_fb_date")) then leavenum=rw("leave_count") elseif datediff("d",datevalue(rw("last_fb_date")),now)=0 then leavenum=rw("leave_count") elseif datediff("d",datevalue(rw("last_fb_date")),now)> 0 then leavenum= rw("allo_count") end if if leavenum>0 then if datediff("d",datevalue(rw("last_fb_date")),now)>0 then conn.ExeCute("UPDATE house_user_zj SET leave_count=allo_count WHERE id="&session("user_id")) end if %>出 售 信 息 登 记 <% else%> 今天您已不能重发 <% end if set rw=nothing%> <%end if %>
求 购 信 息 登 记
合 租 信 息 登 记
<%if session("zjlogin") = "ok" then%> <% set rw=conn.execute("select * from house_user_zj where id="&session("user_id")) if isnull(rw("last_fb_date")) then leavenum=rw("leave_count") elseif datediff("d",datevalue(rw("last_fb_date")),now)=0 then leavenum=rw("leave_count") elseif datediff("d",datevalue(rw("last_fb_date")),now)> 0 then leavenum= rw("allo_count") end if if leavenum>0 then if datediff("d",datevalue(rw("last_fb_date")),now)>0 then conn.ExeCute("UPDATE house_user_zj SET leave_count=allo_count WHERE id="&session("user_id")) end if %> 转 让 信 息 登 记 <% else%> 今天您已不能重发 <% end if set rw=nothing%> <%end if %>
退 出 会 员 专 区