| 
       There are plenty of ways to create a 'framebuster' which will break your site out of the framing - here are some of them: 
 
HTML 
 
 code: 
 <meta http-equiv="window-target" content="_top" /> 
  
 
JavaScript 
 
 code: 
 if (parent.frames[1]){ top.location.href = self.location.href; }
  
 
 
---------------------------- 
Relevant threads: 
 
Location = Target?   
 
Breaking frames 
 
New "Feature" From DreamHost - discussing DH's new feature 'cloaking'. 
 
---------------------------- 
Relevant FAQs: 
 
How do I stop direct links from breaking my frame site? - discusses using a reverse-framebuster to check to see if the page is being shown in frames. 
 
_____________________ 
Emperor 
 
 (Added by: Emperor  on Mon 03-Feb-2003) 
 
 (Edited by: Emperor  on Mon 03-Feb-2003)
  |