Forum Moderators: open
1) If your site does not use window.open of any kind you could overload that function to return void(0).
2) perhaps its possible to do a character count of document.body.innerHTML+document.body.outerHTML and if it does not match a predefined figure you've set then you know the page has been tampered with. This ofcourse is a bit extreme and will be complicated on dynamic sites with asp, php, jsp etc