Forum Moderators: open
<script>
function framebreakerbreaker(){
if(!document.all){[url=http://developer.mozilla.org/en/DOM/window.stop]window.stop()[/url];}else{window.document.execCommand('[url=http://msdn.microsoft.com/en-us/library/ms537423(VS.85).aspx]Stop[/url]');}
}
</script>
then load the frame like this:
<iframe onload="framebreakerbreaker()" src="http://www.example.com">
I have not tried this myself; I read it in an article somewhere. So give it a go & pls report back here whether it actually works