Thanks for the reply. I've used very similar code to bring in a table from MySQL without any problems. Both pages are from an example I found online at w3schools. This the page that works with the table: www.makingtreks.com/traillist.aspx. One thing that I forgot to mention in my previous post is that I don't have data for every selection choice. If you need to see the page in action, enter "C", "Less Than 1", and "Easy" on the selection options and then click "Find Trail". The first page works ( www.makingtreks.com/traillist.aspx ). If you select the options that I mentioned earlier, the page returns a table that is populated with the information requested. You won't be able to see this exactly because I have made this page show the information returned from MySQL to determine the cause of the problem on the other page (I thought this was more important than showing the table). I thought that if I followed the same steps, I could get a map that functioned the same way but the map page doesn't work: www.makingtreks.com/traillist2.aspx. The only difference between the two, that I can tell, is that one is enclosed in script tags and one is enclosed in table tags that has the styling in the tags. This is why I thought that it may be a maps issue.
I read the information that you sent (thanks) but I really don't understand it. I am fairly new at all of this and if I don't have a very similar example to look at, then I am lost. On Thu, Jul 29, 2010 at 8:36 PM, Rossko <[email protected]> wrote: > > window.onload = loadScript; > > This line gets pasted into the webpage long after it has loaded. > Would loadScript() ever be run? > > The more usual way to insert dynamic scripts is to create <script> > elements in the document head section, like > http://unixpapa.com/js/dyna.html > > -- > 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]<google-maps-js-api-v3%[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.
