On May 22, 9:14 am, Tali <[email protected]> wrote: > Thanks Ralph, > So what does this error mean
It is a syntax error. The Firefox error console tells me: ==================================================== Error: missing ( before condition Source File: http://www.businessexchange.ca/map_locations1.php Line: 713, Column: 8 Source Code: else if { ==================================================== In javascript, an if statement requires a condition to test, surrounded by ( ... ). That is missing from that line. This forum is not the correct place to ask or research basic javascript questions: from the documentation: > Audience > This documentation is designed for people familiar with JavaScript > programming and object-oriented programming > concepts. You should also be familiar with Google Maps from a user's point of > view. There are many JavaScript > tutorials available on the Web. you should go through some javacript tutorials (the above links to this search): http://www.google.com/search?q=javascript+tutorials -- Larry > > On May 21, 5:30 pm, Ralph Ames <[email protected]> wrote: > > > > > >Opened the same page in IE - works, in Firefox - nope: > > >http://www.businessexchange.ca/map_locations.php > > > Works in IE7 and FF3 for me. > > > >This one doesn't work no in IE not in Firefox: > > >http://www.businessexchange.ca/map_locations1.php > > > Error Line 713 missing ( before condition as reported by firebug > > > Ralph- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
