Assuming I have no control over the content in the iframe, is there any way that I can detect a src change in it via the parent page? Some sort of onload maybe?
My last resort is to do a 1 second interval test if the iframe src is the same as it was before, but doing this hacky solution would suck.
I'm using the jQuery library if it helps.
srcproperty change when a link in the iframe is clicked? I'm not sure about that - if I had to guess, if would say "no". There are ways to monitor properties (in Firefox at least AFAIK) but I'm not sure whether it will be of any use in this case. – Pekka 웃 Mar 11 '10 at 22:10