On Jul 20, 7:46 am, Ivan <[email protected]> wrote:
> On Jul 20, 1:25 am, ProbablyMike <[email protected]> wrote:
>
> > "Problem w/ polygon array...not working and no errors"
>
> > I get two errors using Firefox on your page:
> > Error: syntax error
> > Source File:http://smbrc.e-ffectiveweb.com/
> > Line: 542
> > Source Code:
> > var poly = newGpolygon(point,"#000000",0,0,"#0000CC",0,
> > {clickable:true});
>
> > Error: load is not defined
> > Source File:http://smbrc.e-ffectiveweb.com/
> > Line: 1
> > The 2nd error is a result of the 1st.
>
> Thanks for the heads up, I was unfortunately using IE6 but that's
> obviously not the way to go. Any ideas on what the syntax error could
> be, I've looked at it many times and can't figure out where I went
> wrong.

IE6 tells me
Line:629
Error: Expected '{'

on this line:
var poly = newGpolygon(point,"#000000",0,0,"#0000CC",0,
{clickable:true});

(Hint newGpolygon is not correct. Should be new GPolygon...
javascript is case sensitive and whitespace can be important)

  -- Larry

-- 
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