On Apr 13, 2:13 am, SaturdayNightSpecial <[email protected]> wrote: > I've read the threads where some people have used cookies and I also > found a gup javascript to try to pull the url parameter to filter the > data but none has worked. At this point I do get a good xml list but > it's of course all of the records.
You're currently calling gup() with no parameters whatsoever, which means the function has nothing to work with. I'm not sure what that function is supposed to do. The Javascript method of getting the ? parameter in the url is location.search which in your case will return ?trkname=Carolina%20Speedway Investigate "querystrings" or "search parameters" in Javascript. This doesn't have much to do with the Maps API. -- 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.
