I needed a script for my site to make a page jump out of a frame. I looked on google and found this
Is it possible to change it so that it doesnt jump out of the frame on a cirtain url?HTML Code:<script language="JavaScript" type="text/javascript"> if (top.location != self.location) top.location = self.location; </script>





Reply With Quote