Hope this isn't a dumb question, but how exactly do I do that? I'm not as familiar with javascript as I'd like to be :-(
On Jul 21, 1:07 pm, Rossko <[email protected]> wrote: > > If you notice, the first four coordinates are the same as the next 4. > > If I click on page 2, its this same list as well as the next page's, > > but if I click on 1 again, it's all of the coordinates, and THEN the > > same as page 1 are listed again. Is there any way of fixing this? > > Of course there is. > You must know these coords are being shown in an html element > referenced by 'contentDiv3' > So all you need to do is set it's innerHTML = '' each time you start a > new search/page. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
