I have the following situation. I have 2 frames (top and bottom). The upper frame monitors the current loaded page in the bottom frame. How can I know if the users changed the location of that frame (the url)? So I want to know when the user, press a link in that page, that goes somewhere.
I found something like this here: Detect element content changes with jQuery , but it doesn't help me (I think).
Could you give me some ideas?
Thanks, Timotei
EDIT: The bottom frame is on another domain, so according to this: Jquery permission denied - different domain name is not possible.
So, to put it other way, is there any method to "monitor" the pages a users surfs, using any other in-browser method?