On Jan 17, 11:41 am, NickUk <[email protected]> wrote: > I stated that the errror code was definitely this. Posting a map would > just show a button that did nothing. How would Mike have been able to > tell me the problem if I hadn't posted the code?
(a) Because a link allows the code to be viewed without being mangled by the Groups interface; (b) Because a link allows the code to be debugged so that Firebug (or the Error Console in Firefox or the error reporting in IE) will actually say what's going wrong. In the case of Firebug, the calling procedures can also be investigated. (c) You may be wrong about your 100%. Those answers are also included in the links Larry gave. Did you read them? Note also that (as well as Mike's diagnosis) your line var directions = new GDirections(...) is also wrong. You don't set options like that: see the documentation. Andrew
-- 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.
