-
Ok... I know this should be in the javascript forum, but
in that forum it takes ages before i get a reply.
So, my problem is: I know how to get rid of annoying frames
with commerce ****, but how do I get rid of a popup. U know,
the stupid geocities pop-up?
Can anybody help me with this?
Thanx
-
banner killer
-
Try this:
Code:
<SCRIPT>
<!--
function close_nagwin(){
var popupURL = "blank.html";
popup =
window.open(popupURL,"Popup",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=0,height=0');
popup.close()}
// -->
</SCRIPT>
<body onLoad="close_nagwin();">
[Edited by Matthew Gates on 11-18-2000 at 12:51 PM]