/ Published in: JavaScript
Redirects if your site is framed.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if(self!= top) top.location.href = self.location.href;