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

155
Views
can windows.addevenlistener grab url of other domain popup window to parent window?

What exactly are the options that let addevenlisteners to have one way connection from child popup window to parent window

with respect to content security policy

what else can it do to take advantage to have one way communication

between two open windows of different domains

  var popup = parent.window.open("google.com", "", "width=2600,height=2500");
  popup.addEventListener("message", function () {
      console.log("popup window received message");
  });

lets say for instance

this one when the popup gets triggered
we can see the message in the console that popup window recieved message

considering this, is there any method in addeventlistener which listens when the url is changed in the child window shoudld be able to sent the changed url back to parent window

or any possible methods that might work ??

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!