Log in

View Full Version : HELP!!!!!! (Simple) "I Think"



Mr_JimWest
04-08-2007, 08:53 AM
If someone links to my site and they are using a frame....is ther a way were i can have my site eliminate there fram so just my site comes up...without ther frame????

i though you could do this?

DimX
04-08-2007, 09:20 AM
<script type="text/javascript">
if (top != self)
top.location = self.location;
</script>