Hello using Google maps V3 Infowindow with link, If click on the link I want to show the information in a FaceBox. The only problem I have is that I cannot get it to work when linked to from an info window. It works perfectly when linked to from a regular link. Does anyone know what I may be doing wrong to prevent it from working? I have all of the necessary .css and .js files on the server. I know these are placed correctly since, i am using the same facebox in the same page works perfectly when linked to from a regular link
This is my below code to load the content in infowindow
<div class="mt">
<div class="fl">
<a id="detailsLink" class="jsDetailsLink" href="/profile/201/Brehead" rel="facebox">More profile information</a>
</div>
</div>
This just loads as a new page in the browser window (It is supposed to load into a Facebox window) Thanks to everyone who is so kind as to help me out. I am fairly new to google maps and appreciate all assistance!