Would that mean physically moving

// remove the loading message when the page has finished loading
      function clearmessage() {
        om.Clear();
      }

at the end of the document?

On Oct 8, 9:39 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> On Oct 8, 6:34 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>
> > Until I get a marker manger setup on my map I decided to at least set
> > up a loading message.
>
> >www.hardins.com/retail5.htm
>
> > In IE the loading message flashes quickly on then off, but in firefox
> > it waits until it has completely loaded.  Is onload="clearmessage()"
> > in the body tag interfering with anything else?
>
> You don't want to clear the message when the page finishes loading
> (which is when the onload function runs).  You want to clear it when
> the browser finishes processing your data.  I would suggest putting
> the clear after the loop that processes the markers and adds them to
> the map.
>
>   -- Larry
>
>
>
> > I do get this error message while loading in firefox:
>
> > Warning: Error in parsing value for property 'filter'.  Declaration
> > dropped.
> > Source File: file:///Z:/chris/Website/redesign/files/retail5.htm
> > Line: 0
--~--~---------~--~----~------------~-------~--~----~
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