We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

No Iframe Interaction Verge3D Puzzles

Home Forums Puzzles No Iframe Interaction Verge3D Puzzles

Tagged: 

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #71708
    kees
    Participant

    The line of code in the attachment isnt closed right? It’s code that i don’t use anymore, but even with this error removed and the html line added the problem still persists. I can honestly live with this error tho. If i want to work on my puzzles i just remove the –

    <link rel=”stylesheet” type=”text/css” href=”css/webflow-style.css”>

    – from my code to view them, it is what it is.

    From the bottem of my heart thank you for helping me this far, i would of never be able to figure it out without you :heart:

    Attachments:
    You must be logged in to view attached files.
    #71710
    kdv
    Participant

    The line of code in the attachment isnt closed right?

    Yeap. You have there <script instead of <script>. The very first line on the scrinshot.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #71776
    kdv
    Participant

    You can add an event listener to any element in a dynamically loaded iframe this way. It’s not possible with puzzles but is quite easy with JS code.


    https://v3d.net/u5k

    The point is that you can add event listeners inside an iframe only after its content has been loaded, not earlier.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.