blob: 9f8b71c6284fa8fc876fd316870a804c56e4f761 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<% 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?
)
%>
<SCRIPT TYPE="text/javascript">
<% include('/elements/standardize_locations.js', %options) %>
</SCRIPT>
<%init>
my (%options) = @_;
</%init>
|