The javascript code I have at the moment is:

GEvent.addListener(map,"infowindowprepareopen", function(iwtabs) {

      var content = iwtabs[0].contentElem.innerHTML = "content
here....";

});

Obviously the 'content here...' would be replaced with a longer html
string, but can anyone give me any pointers on how to use the above
suggestions in my code? I don't normally do much javascript
programming (I'm a PHP developer mostly) so any examples or tutorials
would help alot!

Thanks,
James
--~--~---------~--~----~------------~-------~--~----~
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