Remove the } before request variable
Next time, post a link for your website
> 1.
> map.html:45<file:///C:/Documents%20and%20Settings/Lewis/Desktop/map.html>Uncaught
> ReferenceError: start is not defined
> 1. (anonymous
> function)map.html:45<file:///C:/Documents%20and%20Settings/Lewis/Desktop/map.html>
>
>
> 1.
> map.html:32<file:///C:/Documents%20and%20Settings/Lewis/Desktop/map.html>Uncaught
> ReferenceError: directionsDisplay is not defined
> 1.
> initializemap.html:32<file:///C:/Documents%20and%20Settings/Lewis/Desktop/map.html>
> 2. (anonymous
> function)map.html:80<file:///C:/Documents%20and%20Settings/Lewis/Desktop/map.html>
> 3. onload
>
>
> Any help at all would be greatly appreciated.
>
> Thank you,
> Lewis.
>
>
>
> --
> 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 google-map...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-maps-js-a...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
>
--
Sent from my mobile device
Paulo Fernandes
http://www.google.com/profiles/paulofernandesjr
http://twitter.com/paulofernandesj
+55 11 9797-5974
There were the right number of } before you removed it, as there were
no syntax errors reported, but the one you removed was definitely in
the wrong place. That means that there should now be another one
inserted somewhere.
What's happening now is that there is one more { than the number of }
and the browser is signalling a syntax error.
If your indentation is consistent you may be able to find where the
new } should be added, otherwise you may have to resort to a printed
listing and coloured marker pens to work out the pairing.
WOW! Truley wow. The support I have received from this group has been absolutely amazing! thank you so much for all your help. Thank you Larry for correcting the problem and a thank you to Andrew and Paulo for the suggestions. You have all made my day :)