View Single Post
Old 11-16-2005, 10:56 AM  
Broda
Confirmed User
 
Join Date: Feb 2003
Location: CheapAssDesigns.com
Posts: 1,874
Quote:
Originally Posted by MattO
If you want to dissallow sites from loading you in a frame you can add this code, which will break the frame and load your site fully into the browser

Code:
<script>
<!--
if (top.location != location) top.location.href = location.href;
//-->
</script>
Smart.
Add that code and you can kiss any of the traffic that's talked about in this thread goodbye entirely.
__________________
CheapAssDesigns.com - when you need quality designs at affordable prices.
icq: 230-729-205
info |at| cheap ass designs dot com
Broda is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote