+ 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?
4 Réponses
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)...
0
Please post a link to the code you are talking about.