quote:
Originally posted by lizard.boy
lol all that makes the mess pages load the main page is about 2 lines of javascript.. ( i think. thats how i learned to do it)
code:
<script language="Javascript">
<!--
if (top.location != self.location) {
top.location = self.location.href
}
//-->
</script>
try disabling js in ur browser blah
* lizard.boy has never tried it
edit:formatting
its not exactly that, its similar... but it could be modified in 2 minutes to make it load the current page in the frame and not the main page, in fact i've done it for another job - i just dont get why mess doesn't do it.