<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><FONT size=2>
<DIV>Dear List,</DIV>
<DIV> </DIV>
<DIV>I need help, when I,m passing lonlat value to init() function from html drop downlist see snippet below), the next map will be displayed beneath previous map whithout overwriting it. What statement do I have to ad to the script to overwite previous map every time I' select new latlon value from dropdownlist?</DIV>
<DIV> </DIV>
<DIV>sincerely</DIV>
<DIV> </DIV>
<DIV>surya</DIV>
<DIV> </DIV>
<DIV><body></DIV>
<DIV><style type="text/css"> #map { width: 350px; height: 350px; border: 1px solid black; target="_blank" } </style> </DIV>
<DIV><div id="map" </div></DIV>
<DIV><select id="lonlat" onchange="init()"></DIV>
<DIV><option value="232064.944, 9631783.43">River A</option></DIV>
<DIV><option value="231064.944, 9631783.43">River B</option></DIV>
<DIV><option value="230064.944, 9631783.43">River C</option></DIV>
<DIV><option value="229064.944, 9631783.43">River D</option></DIV>
<DIV><option value="228064.944, 9631783.43">River E</option></DIV>
<DIV></select></DIV>
<DIV></body></DIV></FONT></td></tr></table><br>