Hello, Thanks for your reply... I have actually found the problem and fixed it. I had a small freak-out session last night and when I Still couldn't figure it out this morning, I figured I needed a second (or third, or fourth) set of eyes on it, but I actually figured out the problem after stepping away for some coffee...
I'll definitely go through and validate all my source code - Thanks for the input on that. I'll also go through and check everything else you mentioned.. Again, thanks for the input! Have a good day! On Fri, Sep 12, 2008 at 10:41 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote: > > On Sep 12, 7:34 am, Mike <[EMAIL PROTECTED]> wrote: > > Hello, > > > > My site -http://www.texasbeermaps.comhas an extensive list of maps, > > and everything worked fine until I decided to change the layout of my > > site. All the sudden, all of my maps stopped working. I am even > > using the original maps from my previous layout, and still, nothing. > > > > I am pulling the data from XML documents as you can see in my code. I > > have literally, changed nothing, and now, I can't even get the search > > bar to show up on my maps. > > > > Has Google blocked me from using their map service? I am literally > > in shambles right now over this. My maps won't populate the data > > anymore, my search bar won't show up (using gmlocalseach.js) and I am > > running out of time, and this is threatening, not only my business, > > but my websites entire functionality. Please please please help. > > I see a map (the "beer map") in IE6, it seems to be working (your > request is rather general, I am not going to look at your whole > site...) > I do get an error 'onLoad' is not defined, probably because the > function is not defined, but is called in this line: > <body onload="setTimeout(onLoad, 150)"> > note: that is the third <body> tag in your document, which makes it > invalid html (you are only allowed one...), different browsers might > handle invalid html differently. > you have no </head> tag > > I suggest using the validator: > http://validator.w3.org/ > > > > > > http://www.texasbeermaps.com > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
