I am using a version 2 api and I don't understand that why is it on opening the information window on click even though I have written the handler correctly.Following is my code.

$ret .= "GEvent.addListener(marker, \"click\", function() {\n";
$ret .= "marker.openInfoWindowHtml(address_$i.infowindowtext);\n";
//$ret .= "getscroll(address_$i.infowindowtext);\n";
$ret .= "     });\n";

I am generating the code with php and above is the segment of the whole code. There is similar question on stackoverflow but none of the answer works for me. Here is its link:

Google Maps API - GMarker.openInfoWindowHtml() stopped working

Besides that I have check that the handler is working 100% fine, since I checked it with alerts. And I dont come across any other JS errors. Your suggestion would be highly appreciated.

link|improve this question

49% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.