Your application is throwing a JavaScript error by calling an undefined method: : map.getBoundsZoomLevel is not a function http://218.248.72.237/BSNL/lmDisplay_add.asp Line 107
In addition, no response is being returned from your asynchronous fetch to this URL: http://218.248.72.237/BSNL/COMPANY/home/landmarkTYPE_genxml.asp As a result, the 'for' loop responsible for creating 'type' options in your SELECT element isn't being iterated. Take a look at the two issues above. Thanks, Dann On Sun, Apr 4, 2010 at 11:56 PM, Ashwin <[email protected]> wrote: > HI, > > i am populating the type of place name dynamically based on the user > created types stored in the database for creating landmarks (click on > a place---marker created, and then click on the marker ---infowindow > popup with html form ). > > here is the way i tried > > http://218.248.72.237/BSNL/lmDisplay_add.asp > > in this if i add an alert like alert("hi"); > am getting the drop down items available for the type field otherwise > not... > > what is the issue please....let me know dear friends... > > -- > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > -- Daniel Lee Developer Programs Engineer Google, Inc. 345 Spear Street San Francisco, CA 94105 650 253 0967 -- 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.
