Some websites seem to have replaced their hyperlinks to my website with (small-sized) iframes. These iframes cause my bandwidth usage to increase, and ad clicks to decrease (ads are now displayed far below the fold and scrollbars are removed). I'm not talking about just a few clicks, but I'm talking about a loss of at least $400 USD a day.
I want to discourage iframing of my website by making the parent window redirect to my website. I've tried the simple "window.top.location.href" trick, but that hasn't solved the issue. The websites are using a script to display an "Are you sure you want to leave...?"-confirm popup when leaving the page (obviously causing my redirect to stop).
Is there any way I can still force a redirect, or maybe another solution?