Hey Rossko Thank you very much for your reply.

There is a one problem again..
In my info window link I am suppose to call a php script passing with
some parameters..like following,

var html='<a href="busprofile.php?id="+id+ >click here <\/a>';  // id
is a javascript variable

and i output that html when a user clicks the marker,
GEvent.addListener(marker, 'click', function() {
        marker.openInfoWindowHtml(html);
 });

since the whole  <a href='wherever you want the click to go'> Click
Here </a>  should be inside in quotes, the value of id (which is a
number) consider as a string(just as id) not the number I assign..so
how can i find a solution here please?

I mean call a href link with argument parameters?

Thank You.


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