|
solutions - talk
city summary:
URL: www.talkcity.com
Space: 10 Mb
What the Solution does: Takes over the pop-up and kills it.
Description: Talk City are another of the idiots out there who think they
can spoil people's web sites by annoying pop-ups. Well, we've got a
shock for them! solution:
Talk to everyone and tell them
to visit us when they're in the city! Key
To Colour Coding System Can Be Found Here Just
insert this script anywhere in your web site for instant releif. <script language="javascript">
var winname1="tcn";
var winname2="av";
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>
|