i need a "click" Event, when i click on the marker it has to take that
marker address or id has to be pass to the php page .

$ret .= " GEvent.addListener(bareamarker_$i,'click',function(){ \n";
$ret .= " alert($i); \n";
$ret .= " alert(address_$i.areaid); \n";
$ret .= " alert(document.getElementById('areaId').value=address_
$i.areaid); \n";
$ret .= " document.GetId.submit(); \n";
$ret .="}) \n";
Here when i clicked on the marker the error is showing : Undefined
Address

can anybody Plz Help me

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

Reply via email to