Wasn't it smourt who wrote:
>
>initially I was trying to open using:
>
>onClick="javascript:window.open('www.sphericalimagery.com_jawitz
>%20template.html','_blank','status=yes,top=0,left=0,width=350,height=430
>');">www.sphericalimagery.com_jawitz
>template.html

If you have a HTML element on which you can set an onclick attribute, 
then you could replace it with an <a> element, but you can't get at the 
marker click targets in order to be able to do that.

So you have to do the window.open() in your listener callback function.

-- 
http://econym.org.uk/gmap
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