On Nov 18, 1:53 pm, kga88 <[EMAIL PROTECTED]> wrote:
>
> I get "hyper" from an xml file. And it's a link. I don't want to use
> any info window, I need to open a link ( i've got it in "hyper" )
> after i click the polyline. Can you help me?:)

If you don't want an infowindow, don't open one. Presumably you don't
need to know the location of the click, either. Use location.href to
change the URL of your window.

GEvent.addListener(polyline,"click",function(){location.href=hyper});

Andrew
--~--~---------~--~----~------------~-------~--~----~
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