|
solutions - tsx
summary:
URL: www.tsx.org
URL Format:
you.tsx.org
What the Solution does: Either doesn't cloak, or kills the pop-up
Description: TSX's pop-ups have been thought to be a tough one to
crack, but popBusters have done it again. The page isn't even on your
server, so all you can do is hijack the window and close it. solution:
Method 1 - Plain Redirect / No
Cloaking (legal,
preferred)
Visit www.tsx.org/update.cfm
and login to update your TSX url redirector.
For URL Cloaking, select 'Show My Real URL'
This will stop the pops and will keep TSX happy. Method
2 - Kill the Pop (illegal, non-preferred)
Insert this script anywhere into your site to kill the pop-up
<script language="javascript">
var winname1="tsxwi";
var winname2="ndow";
var windowname=winname1+winname2;
popBusters =
window.open("http://popbusters.cjb.net/sponsor/", windowname, "toolbar=no,
location=no, directories=no, menubar=no, scrollbar=no, resizable=no, status=no, width=1, height=1")
popBusters.close()
</script>
|