anyone mind lending a hand :/
basically, what I have is a code containing 2 iframes inside a div.
what I'd like to do is refresh one of the iframes when it's page recieves an update from another user.
perhapse I could load the page on the document load, and store those contents in a var.
then have a code that will compair the remote page to the var every second or so.
if the page compairs differently, update the var info and refresh the iframe.
thanx