> > <a onclick="javascript:myclick(0)" href="?g=1">Home</a> ... > However, when I click the link to change the querystring value it > seems to run fine in IE 6, 7, 8 and FF 3.5. But the function in the > OnClick doesn't seem to fire at all.
It does run, but before you see any effects it goes on to execute the href and reloads the page (with g=whatever). That's what its supposed to do. What would you like it do? You can fix the onclick so that it doesn't return to execute the href (this is standard DHTML stuff, not maps related) Or you can let it execute the href. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
