> This makes a strange pain occur in my head. I can see I don't want to > trap myself into having ONLY the ability to accept a SINGLE type of > argument. Because eventually it would be nice to be able to click a > specific marker, too, once a category has been shown.
You could consider setting your page up to accept mypage.htm?category=sumfink OR mypage.htm?marker=99 PLUS not forgetting a default case mypage.htm All you have to do is read the querystring and act on what you find (or don't find), the querystring can be quite variable. You can develop code to handle 'category' only, and later on add-in more to look for and handle 'marker' cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
