Fancybox iframe is not working with me.. Can you please have a look and help. It works for the "google map" link but it does not work for the "list" link
Asked
Active
Viewed 611 times
0
-
`list` links to `http://maps.google.com/` only. Are you sure this is correct? – Hindol May 05 '12 at 08:36
1 Answers
0
Is not that fancybox iframe doesn't work but the type of content. You cannot display any Google pages inside iframes so this URL http://maps.google.com/maps
won't - work. Check why.
However, you could add the trial ?output=embed
to the link and it will work
<a href="http://maps.google.com/maps?output=embed" class="framefancybox"><p>list</p></a>
-
Thanks, Actually my mean concern was to open APEX (Oracle Application Express) page on Fancybox. The solution ,as you implied, in Security Attribute setting we allow of deny iframes. – user1116119 Jun 09 '12 at 02:42