?? check_empty2_old.asp
字號:
<%if trim(request.form("name2"))="" then
%>
<script language=javascript>
history.back()
alert("請輸入物業(yè)名稱!")
</script>
<%
Response.End
end if
if trim(request.form("house_id"))="" then
%>
<script language=javascript>
history.back()
alert("請輸入房產(chǎn)證號!")
</script>
<%
Response.End
end if
if trim(request.form("address"))="" then
%>
<script language=javascript>
history.back()
alert("請輸入詳細地址!")
</script>
<%
Response.End
end if
if trim(request.form("ttype"))="" then
%>
<script language=javascript>
history.back()
alert("請輸入物業(yè)類型!")
</script>
<%
Response.End
end if
if trim(request.form("contact"))="" then
%>
<script language=javascript>
history.back()
alert("請輸入聯(lián)系人!")
</script>
<%
Response.End
end if
if trim(request.form("tel"))="" then
%>
<script language=javascript>
history.back()
alert("請輸入聯(lián)系電話!")
</script>
<%
Response.End
end if
if trim(request.form("mian_ji"))="" then
%>
<script language=javascript>
history.back()
alert("建筑面積沒有填寫!")
</script>
<%
Response.End
end if
if trim(request.form("price"))="" then
%>
<script language=javascript>
history.back()
alert("租金沒有填寫!")
</script>
<%
Response.End
end if
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -