I see three markers on that page. Their infowindows are an awful mess, 
but the markers are OK.

You also need a "return false;" in your "onsubmit".
<input type="submit" ID="btnSubmit" value="Submit" name="btnSubmit" 
onClick="GetPlots();return false" />

Without the "return false", the <form> action is performed immediately 
after GetPlots() has created your second map and requested data for it. 
The <form> action is to kill the current page and load a fresh copy of 
"maptest.aspx".

Come to think of it, it's probably not a good idea to create a second 
map in the same <div>. It's more efficient to use the existing map and 
just clear the overlays that you don't want any more.

-- 
http://econym.googlepages.com/index.htm
The Blackpool Community Church Javascript Team


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to