A Link Inside an iFrame That Pops Up "Photo Theater" -
I have an IFrame tab with an external web page that loads ... I link to the hyperlink inside that web page One of my photo albums in the "theater" mode is so that you do not leave the page. However, I bring any link inside that web page into the photo album (the pop is not popped up in the theater mode and if I am not in the URL & amp; theater).
Can I get some help on how to do this? Thanks!
This is a limit of iframes in general. A border and at least one security problem like you said .. Iframe load and external page - A page that can essentially come from anywhere to protect the integrity of the site that displays this external page, iframe Can not reach that page in which it is.
You will want to try opening a new window using Javascript:
window.open ("{path_to_image}", "title", "menubar = 1, Resizable = 1, width = 350, height = 250 "); As you can see, there are several options that you can set to customize the popup window.
There is another link with something
Comments
Post a Comment