quote:
Originally posted by monster.rat
Is that like what mess.be have? It gets really annoying though because you can't link to page it always goes back to mess.be. I think these are related. I know this is offtopic, but is there a way to link to different address at mess.be?
mess.be check if the page is in a frame and if it isn't it just loads the mess.be homepage
code:
if (top.frames.length == 0) {
//do stuff
else
location = "http://www.mess.be";
};