Event that triggers whenever a new page is opened in iframe? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Event that triggers whenever a new page is opened in iframe?

I want to update the iframes whenever a new page is opened inside the iframe so that I can get the new windowContent and get the x and y position of the cursor, how do I do that?

25th Feb 2021, 10:00 AM
Karak10
Karak10 - avatar
3 Answers
0
access to iframe document is restricted to only same origin documents: ie those who are hosted on same server (full absolute base url: protocol, subdomain and domain name must be strictly identical -- as for webstorage)...
25th Feb 2021, 1:57 PM
visph
visph - avatar
0
Please post a link to the code you are talking about.
2nd Mar 2021, 6:49 AM
Ore
Ore - avatar