/ Published in: JavaScript
Place this script on any page of your site that you want to ensure doesn't end up in someone else's frame.
Expand |
Embed | Plain Text
if (top.location != self.location) { top.location.replace(self.location); }
You need to login to post a comment.
