?? check_empty.asp
字號:
<%if trim(request.form("name2"))="" then
%>
<script language=javascript>
history.back()
alert("請輸入物業名稱!")
</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("請輸入物業類型!")
</script>
<%
Response.End
end if
if trim(request.form("contact"))="" then
%>
<script language=javascript>
history.back()
alert("請輸入聯系人!")
</script>
<%
Response.End
end if
if trim(request.form("tel"))="" then
%>
<script language=javascript>
history.back()
alert("請輸入聯系電話!")
</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("total_price"))="" then
%>
<script language=javascript>
history.back()
alert("總價沒有填寫!")
</script>
<%
Response.End
end if
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -