Hi
lines 516 to 520
for(var i=0;i<12;i++) {
                if(i=month) {
                        inForm.month.options[i].selected=true;
                        break;
                }
        }
if(i=month) should be if(i==month)

assign value =        comparison ==

Regards Davie

On Jan 8, 4:29 pm, sb <[email protected]> wrote:
> Take a look at lines 516 and 517 of your javascript.js file.
>
> You may want to disable whatever this part is for the time being.
> Something is going wrong there.
>
> Using Fifefox with firebug it doesn't seem to crash as badly as chrome
> with your page.
>
> On Jan 8, 7:37 am, Patrick Mackaaij <[email protected]> wrote:
>
>
>
>
>
>
>
> > Hi Shane,
>
> > Thanks for your reply! Where did you see the JavaScript error? That
> > would probably point in some direction indeed.
>
> > Sorry about the JavaScript, I minified the code to reduce filesize by
> > 50% as proposed by Google Page Speed guidelines. I just uploaded the
> > non-minified version.
>
> > Hope you forgive and take another look!
>
> > - Patrick
>
> > On Jan 8, 12:57 am, sb <[email protected]> wrote:
>
> > > and take a look at your javascript.js file.
>
> > > I doubt anyone will try and read your code until it's in a readable
> > > format.
>
> > > On Jan 7, 6:52 pm, sb <[email protected]> wrote:
>
> > > > I am getting a javascript error that hangs the browser.
>
> > > > On Jan 7, 8:57 am, Patrick Mackaaij <[email protected]> wrote:
>
> > > > > Hi,
>
> > > > > I'm using Google Maps API v3 in a new website and all of the sudden
> > > > > the site stopped working. Chrome "hangs/stalls" on loading the page
> > > > > and the developer console gives me no clue of what's going on.
>
> > > > > This is the site that will stall your 
> > > > > browser:http://www.dagjewegdagjeuit.nl/
>
> > > > > Any idea?
>
> > > > > Best regards,
>
> > > > > Patrick Mackaaijhttp://www.eenmanierom.nl/http://twitter.com/mackaaij/

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to