> You can try out my sample code here - > > http://aiworker2.usask.ca/PasswARGUI1/addLevel.html
<input ... onclick="deleteRow(this)" value="Delete" ..> What do you think 'this' is in the context of a click on a button? It isn't any marker. Use something like the key of your markersArray[] relating to the particular marker wanted. Then, when building your button while placing the marker, you could write something like onclick="deleteRow(3)" into your button -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
