Popup iframe not working w. all websites

  • Here an example http://360-foto.dk/nationalhistor…,-75.83,120,0,0);

    The last red spot is Google.

    <layer name="popup6" url="redlink.png" scale="0.3" visible="true" keep="true" align="lefttop" x="100" y="400"
    html="Web"
    onclick="popup('iframe','https://www.google.com/',800, 600, true);"
    />

    Another limitation seems to be that it can not save cookies. That means you get the cookies popup for every page you browse through a website.

    Einmal editiert, zuletzt von HansNyb (26. Mai 2020 um 15:55)

  • Hi,

    every website can block its usage inside an iframe if it wants - and the Google search page probably don't want to get embedded ;-).

    About cookies and external iframes - sorry, no experience with that, but maybe there is an iframe setting to allow that..

    Search in the popup example xml for this line:

    Code
    calc(popup.datacontent, '<iframe style="position:absolute;width:100%;height:100%;top:0px;left:0px;" src="'+content+'" frameborder="0" allowfullscreen></iframe>');


    That's the whole iframe html code that is used, if necessary you can add additional settings there.

    Best regards,
    Klaus

  • Hi there!

    I have to get back to the issues described here, especially the cookie-issue: in the meantime websites have to have a cookie policy and most of these sites solve this by using a simple "cookie banner" one has to read and accept the cookie policies to continue on the website.

    For some features, using Google-Maps in the contact page for example, accepting at least the technical/essential cookies is mandatory.

    If I open a page like this via the "iframe"-function as described above it works in every browser except Safari on iPhone and Chrome (no matter what device).

    Does anyone have any idea how solve this problem? *confused*

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!