I'll preface this by saying that I understand the security concerns behind the tendency to include framebusting code (that is, code designed to prevent a site from being shown within a frame) in sites, so I have no interest in trying to circumvent it.
That said, since it rather ruins the user experience on my site, is there any way to detect it, and, say, replace the included document with a link to opening the document in a new window?
If it's not possible through javascript, can it be detected server-side without having to resort to spidering the document?
Thanks, Wyatt