Ok, this is resolved
Finally it was easy enough.
outUrl function ()
(
Var checkbox = document.getElementById ( 'MyForm');
Var result = "";
For (var i = 0; i <checkbox.length i + +)
(
If (checkbox [i]. Checked)
(
Result + = checkbox [i]. Value + "\ n";
)
)
....
after all that remains is to pass the parameters in my url
....
return url;
)
and finally I use the function in
chargeMarker (mm, mr, "brand", map,'','', outUrl ());
Thank you for taking the time
rechercher
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---