The website in the iframe isn\'t located in the same domain, but both are mine, and I would like to communicate between the iframe and the pare
iframe
the window.top property should be able to give what you need.
window.top
E.g.
alert(top.location.href)
See http://cross-browser.com/talk/inter-frame_comm.html