Hi,
Can this pop up a whole page?
I want to use this in a google map page but instead of opening a new window, I want it to show inside this pop up.
For example I want to pop-up this url http://g.co/maps/ndkkh
Thanks
Hi,
Can this pop up a whole page?
I want to use this in a google map page but instead of opening a new window, I want it to show inside this pop up.
For example I want to pop-up this url http://g.co/maps/ndkkh
Thanks
Hi janmalagucute,
Can this pop up a whole page?
Yes it can, but you need to add thickbox to class attribute of link element. (i.e. a@class="thickbox")
Here is the sample code.
<a href="http://maps.google.com/maps?ll=-37.817925,144.964557&output=embed" class="thickbox">Show map</a>
* When you pop up google maps' page, URL probably should contain "output=embed" parameter.
It looks like it is working but I got another problem. I am calling the link within an iFrame and the popup is constraint inside the iFrame.
Is it possible to call the link inside the iframe but it will become modal of the main windows?
Thanks
Is it possible to call the link inside the iframe but it will become modal of the main windows?
The iframe is pop-up window generated by thickbox, isn't it?
If so, I think this thickbox demo would be helpful.
Note: Auto Thickbox (of course including Plus) has the bug that can't handle AJAX and inline content. But the solution is easy, only removing iframe() function in auto-thickbox.php. This function does'nt make sense in my opinion.
This topic has been closed to new replies.