I'm trying to get current URL of other frame. Is it possible to get this info in PHP somehow?
I tried in Java Script, but does not work
alert(parent.frames[2].location.href);
I got: "Permision denied:.
Frame on page 2 is linked outside of my website.