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


You need to login to view comments.