On May 7, 12:40 pm, "[email protected]" <[email protected]> wrote: > On May 7, 10:54 am, adembe <[email protected]> wrote: > > > I have a webpage that I am working on that profiles commercial > > properties: > > > http//www.adgeomatics.com/New5 > > > it loads all the data properly but when i click on the different > > properties in the side bar, the info bubble does not pop up. > > > my original desgin:http://www.adgeomatics.com/New3loadsthe info > > bubble properly and cannot see why my 'New5' webpage is not working. > > The first thing I check is what changed. You added an initialize > function. > > When I click on the sidebar entries, I get a pretty self-explanatory > javascript error... > your myclick function is local to the initialize function, and is > therefore not available in the global scope that HTML click handlers > execute in. > > move it outside of the initialize function. > > -- Larry > > > > > also, is it possible when i click on each of the properties, the > > streetview moves to that address? > > Yes.
Like this perhaps: http://www.geocodezip.com/adgeomatics_com_New5c.html -- Larry > > > > > could someone please help me figure out a solution for this? many > > thanks. > > > Regards, > > > Adam > > > -- > > 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 > > athttp://groups.google.com/group/google-maps-api?hl=en. > > -- > 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 > athttp://groups.google.com/group/google-maps-api?hl=en. -- 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.
