You Are Here: Home »   Code Friday September 3rd 2010

Code Library - js

Break Out Of Frames - (1221 views)


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