One more finding, i've tried the below script, i can see it pops up
"true", which means the MarkerAddForm is there, but however the
prototype function Event.observe is not working properly.
I can only see the “hi” message when i run the page standalone. (not
inside the info window)
<script type="text/javascript">
//<![CDATA[
if (document.getElementById('MarkerAddForm')) {
alert('true');
} else { alert('false'); }
Event.observe('MarkerAddForm', 'submit', function(event) {
alert('hi');
});
//]]>
</script>
--
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.