Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

168
Views
How to know if a site can be loaded in an iframe or not?

I have designed a website containing an iframe that loads another website that I previously designed in Django. However, the content website contains links to pages that may or may not be contained in an iframe. To solve this problem, my iframe would have to be able to know if a link leads to a page that it can contain and if not open the page of the link in a new tab. However, I don't know which property to use in order to know if a page allowing loading in an iframe. Also, I hope to get your help. Here is the code of my iframe:

export default function SearchEngine() {
  return (
    <iframe
      width="100%"
      height="1300"
      src="https://gkwhelps.herokuapp.com"
    ></iframe>
  );
}

Thanks!

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!