how block a specific site in iframe without redircting?

  • sm008089
    Asked on March 4, 2021 at 1:56 AM

    how block a specific site in iframe without redircting?

    also visit here

    Jotform Thread 2942039 Screenshot
  • sm008089
    Replied on March 4, 2021 at 2:00 AM

    Typically this Javascript looks something like this:

    <script type="text/javascript">
    if (top.location.href != self.location.href)
    top.location.href = self.location.href;
    </script>

    also visit here

  • Lorenz JotForm Support
    Replied on March 4, 2021 at 4:05 AM

    Greetings,

    I'm quite not sure what your requirement is. Kindly please elaborate more on what you're trying to accomplish so we can assist you better.

    We will wait for your response.