4.x style
[freeside.git] / httemplate / elements / standardize_locations.html
1 <% include('/elements/init_overlib.html') %>
2
3 <% include( '/elements/xmlhttp.html',
4               'url'  => $p.'misc/xmlhttp-address_standardize.html',
5               'subs' => [ 'address_standardize' ],
6               #'method' => 'POST', #could get too long?
7           )
8 %>
9
10 <SCRIPT TYPE="text/javascript">
11   <% include('/elements/standardize_locations.js', %options) %>
12 </SCRIPT>
13
14 <%init>
15
16 my (%options) = @_;
17
18 </%init>