|
 |
Request For Property |
 |
  |
<%
saveIntoDB = request.QueryString("saveIntoDB")
if ( saveIntoDB = "true" ) then
%>
Your request has been submitted to our personel to be proceesed.
Thank You.
Request For Property
<%
else
if ( saveIntoDB = "false" ) then
%>
failed
<%
else
if saveIntoDB <> "true" then
%>
<%
end if
end if
end if
%>
|
|
 |
 |
|