Hello,
I have been looking for a nice, clean window to show detailed information
when a link is clicked on from an info window (no staus bar, title bar, etc).
I came across Facebox (http://famspam.com/facebox) which is perfect! 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 the first link below works. My code is below --
This link works and loads into a Facebox window correctly --
<a href="detail_google.php" rel="facebox">Details</a>
This just loads as a new page in the browser window (It is supposed to load
into a Facebox window) --
var html = "<span class='iwstyle'>" + name + "<\/span> <br/><span
class='iwstyle2'>" + date + "<br/>" + location + "<\/span><br/><span
class='iwstyle3'><a href='detail_google.php' id='bodylink' rel='facebox'
/>Details</a><\/span>";
Thanks to everyone who is so kind as to help me out. I am fairly new to google
maps and appreciate all assistance!
Chris J
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---