Forum Moderators: open
I can detect the requested domain and do a Response.redirect but will this bust me out of the frameset and take visitors to my site without the banner?
The new domain is not active for the usual 24-72 so I can't play with this yet. Anyone have any tips on ditching the banner ads?
if (self!= top) top.location = self.location;
I guess I'll have to wait and see if it works for the new domain name. The only problem with this method is it doesn't bust the frameset until the page is loaded.
If you have any suggestions I would still love to hear them.