You Are Here: Home »   Code Tuesday January 6th 2009

Code Library - js

Break Out Of Frames - (1060 views)


<script language="javascript">
<!--
if(top.location != self.location) {
top.location = self.location;
}
-->
</script>