On Dec 13, 5:51 pm, matt <[email protected]> wrote:
> This is the code which I am working with.

But Mike's already told you what's wrong. You output lots of
Javascript between each row of the table without actually doing
anything with it (and without any <script> tags either). You need
<script> at the start of a Javascript block; but **nothing** should
appear between table rows. IE in particular will get very confused.

You may need to do two passes through your data, once to build the
table and once to output the Javascript so that you can do createMarker
() calls on each pilot's information.

I would suggest the thing to do is to junk the map stuff first and get
the page text sorted with valid HTML, and then add the mapping code in
one go, which will need another pass through your data file. That will
help you get your Javascript in order and the HTML valid.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to