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-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>