Hi Andrew, Thanks for the info. The gup was a function I found that is supposed to be for retrieving the url parameters. I'll try your suggestions, I'm just kinda' lost on the javascript stuff so far. I'm not a developer, just doing this for my own business and so far I haven't really needed javascript. I'm in a time crunch though so maybe I'd be better off going to a javascript forum until I can learn more about it.
Thanks On Apr 13, 5:46 am, Andrew Leach <[email protected]> wrote: > On Apr 13, 10:43 am, Andrew Leach <[email protected]> > wrote: > > > > > 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. > > A bit of trial and error has resulted in > gup("trkname") > returning > "Carolina%20Speedway" > which may be nearer helping. You'll need to replace %20 with a space, > I expect. > > Still nothing to do with the Maps API though. -- 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.
