On Sep 11, 1:39 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> By looping, I mean It is displaying the spreadsheet data in the
> sidebar 3 times.  It didn't do that before (http://hardins.com/
> retail.htm).  I'm curious to what code I added that is causing it to
> do that.

You are calling load 3 times
1. <body onload="load()"
2. setTimeout('load()', 500);
3. GSearch.setOnLoadCallback(load);
each time it creates one copy of the sidebar

>
> On Sep 11, 4:01 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
>
>
>
> > On Sep 11, 12:00 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > > I am working on this page:  http://hardins.com/retail3.htm
>
> > > I can't figure out why the code in the side bar is looping.  
>
> > What do you mean by looping?
>
> > The page is calling the load function three times, once when the page
> > loads then I think as the callback to GSearch.
>
> > > Also,
> > > I've tried figuring out how to change the text in the search bar, but
> > > when I add the code to what I have, it makes the map stop working
> > > completely.  It ends up just loading a blank page.
>
> > Don't know what you are doing, so I can't say what is wrong.- Hide quoted 
> > text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to