Break page out of frames


/ Published in: JavaScript
Save to your folder(s)

Redirects if your site is framed.


Copy this code and paste it in your HTML
  1. if(self!= top) top.location.href = self.location.href;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.