On 17 February 2011 10:09, Phil Hesketh <[email protected]> wrote:
> I've changed nothing though, so I'm a
> bit lost as to what could be causing this?
> Here's a link to the page: http://www.synergydecode.com/index.php/contact
> Any help would be hugely appreciated!  Thanks in advance...

Your checkbox.js script (which is executed inline, before the page
load completes) contains this
window.onload = Custom.init;
which overrides the HTML <body onload> specification. So your own
initialize function never gets run.

Are you sure you changed nothing?

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