_ Function that stops people from trying to view your page INSIDE a frame _
SUPER EASY! The reason i wrote this was to stop people from trying to put my site in THEIR framesetThis code makes it impossible for people to do that!
AI
สรุปโดย AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
ซอร์สโค้ด
<html>
<head>
<title>Just try to put his in a frameset!</title>
</head>
<script language="Javascript">
<!--Javascript Start --
if (top.location != self.location) {
top.location = self.location.href
}
//--Javascript End-->
</script>
<body>
try to put this page in a frameset!.<br><br><br>
it won't work.<p> ;-)
</body>
</html>
ความคิดเห็นดั้งเดิม (3)
กู้คืนจาก Wayback Machine