Thanks Jeremy! That worked a treat! And yes, you are a generally cool guy! Cheers, Paul
On Tue, Jun 14, 2011 at 9:06 PM, Jeremy Geerdes <[email protected]> wrote: > This is because you don't have an element with the id latbox. You have an > input with the name latbox, but that's not the same thing because more than > one element can have the same name property. Add id="latbox" to your input > tag, and this error will go away. > > Jeremy R. Geerdes > Generally Cool Guy > Des Moines, IA > > For more information or a project quote: > [email protected] > > If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan > Church! > > On Jun 14, 2011, at 2:58 PM, Paul Cunningham wrote: > > Thanks Rossko, > > I'm sure this is a pretty basic question for you, but I really lack the > experience to pick out the problem. > > First, here's a link to my basic test page (V3). > > http://www.weddingvenuelist.ie/wedding_venue_information/info_pages/venue/testmap.asp?SupplierID=-2141189189 > > Firefox is telling me this: > > Error: document.getElementById("latbox") is null > Line: 157 > > Again, apologies for how muddled my question was, I really am a bit of a > newbie and originally I thought that my code wasn't working because V2 was > outdated on newer browsers, and I had to migrate to V3 to get it to work > again. > > Thanks again guys! > > Paul > > On Tue, Jun 14, 2011 at 8:03 PM, Rossko <[email protected]>wrote: > >> Partly, it is not clear what you want now. >> Your v2 map doesn't work outside of IE - are you looking for a fix for >> that, or don't care anymore? >> >> Your v3 map is still unknown to us, but presumably when you're ready >> it'll be shared and we can hopefully point at the problem(s) >> >> -- >> 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. >> >> > > -- > 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. > > > -- > 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. > -- 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.
