JamesGMills
Programmer
Hi,
This may not be the right place to post this, please feel free to point me in the right direction.
I am looking for some help with Google Maps.
I have a map and I am trying to put a html pop on it at a certain point which is open on pageload.
I am trying this so far
map.openInfoWindow(new GLatLng(51.5199, -0.0983), document.createTextNode("<b>Hello</script><b>, <ul><li>world</li><li>world</li></ul>"));
This opens a popup however its not html.
Thanks in advance for you guidance.
James
------------------------
This may not be the right place to post this, please feel free to point me in the right direction.
I am looking for some help with Google Maps.
I have a map and I am trying to put a html pop on it at a certain point which is open on pageload.
I am trying this so far
map.openInfoWindow(new GLatLng(51.5199, -0.0983), document.createTextNode("<b>Hello</script><b>, <ul><li>world</li><li>world</li></ul>"));
This opens a popup however its not html.
Thanks in advance for you guidance.
James
------------------------