blob: 1b29c671a8a48fafce3ce842c8dd685e51334973 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  | 
<% include('/elements/init_overlib.html') %>
<% include( '/elements/xmlhttp.html',
              'url'  => $p.'misc/xmlhttp-cust_main-address_standardize.html',
              'subs' => [ 'address_standardize' ],
              #'method' => 'POST', #could get too long?
          )
%>
<% include( '/elements/xmlhttp.html',
              'url'  => $p.'misc/xmlhttp-cust_main-censustract.html',
              'subs' => [ 'censustract' ],
              #'method' => 'POST', #could get too long?
          )
%>
<SCRIPT TYPE="text/javascript">
  <% include('bottomfixup.js') %>
</SCRIPT>
  |