break frames - Don’t let your site be framed
Here is a simple JavaScript solution.
Code
JavaScript
if(top.location != self.location){ top.location = self.location;
}
Whenever someone paste this page in their frame in will redirect the window to frame href.Labels: Javascript
By : Motyar+ @motyar