Thread
:
How can I bust an Iframe?
View Single Post
09-08-2008, 05:21 PM
dready
Confirmed User
Industry Role:
Join Date: Oct 2002
Location: Toronto, ON
Posts: 5,247
<script type=”text/javascript”>
<!–
if (top.location!= self.location) {
top.location = self.location.href
}
//–>
</script>
The code mentioned above should be placed after the <body> tag.
__________________
ICQ: 91139591
dready
View Public Profile
Visit dready's homepage!
Find More Posts by dready