Quote:
Originally posted by SunTzu
oops, the code! put this in jscript tags of course..
var me = "http://www.yourdomain.com/";
if (self.location != me) {
self.location = me;
}
if (self != top) {
top.location = self.location;
}
|
oh yeah how long do you reckon it will be before xites strips any javascript from your pages with self.location in them?