Html kodlarının arasına ekle

<script>
			if(top!=self)
				{
					top.location=self.location;
				}
			if(frames)
				{
					if(top.frames.length>0)
						top.location.href=self.location;
				}
</script>