putting it online because it's in our company intranet.
_________
This is a sample XML on my page:
<groups><group id="1235">
<group_name>Group_1235</group_ name>
<customer id="1234">
<customer_name>chenez</custome r_name>
</customer>
This is a sample XML on my page:
<groups><group id="1235">
<group_name>Group_1235</group_ name>
<customer id="1234">
<customer_name>chenez</custome r_name>
</customer>
I'm working on a project dealing with roughly 500-1000 markers on a
map. I decided to let (the open) MarkerManager control the map, mostly
for the speed benefits (out of interest, anyone compared MM vs Non-MM
maps? I almost feel MM is no different).
Ive written a sidebar which shows the markers currently in the map
<script type="text/javascript">
//<![CDATA[
if (GBrowserIsCompatible()) {
var side_bar_html = "";
var gmarkers = [];
var htmls = [];
var i = 0;
// arrays to hold variants of the info window html with get
I just want to make a dropdown box and when I submit it, multiple
markers should appear. In this case I only added two. Can you help?
Please don't laugh at me. I'm only starting javascript also.
<script type="text/javascript" align="center">
function map() {
var map = new GMap(document.getElementById(" map"));