Forum Moderators: open

Message Too Old, No Replies

Response.redirect and busting frames

will this work?

         

too much information

6:32 pm on Aug 1, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I just registered a new domain that I set up to forward to my existing site. The forward was free but puts a banner ad at the bottom of the window. (yuck!)

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?

too much information

7:10 pm on Aug 1, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



*update*
I just found a link to my site that puts me in a frame and used a javascript to bust out of it.

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.