One of the processes in a site I'm working on has a frameset that has a page from my site on the top frame and a user-submitted page on the bottom. One issue I'm running into are sites (like myspace.com) that will break out of frames automatically. If there is a way to keep such sites within the bottom frame, that would be wonderful. However, it would also work to simply detect that the site is attempting to break the frameset and instead redirect the bottom frame to a different page altogether (i.e., one from my own site). Anyone know how to do that? Thanks!