Site hosted by Angelfire.com: Build your free website today!

 

Add the following code to all of your web pages on Tripod.com to close those annoying banners that pop up.

<SCRIPT LANGUAGE="JavaScript">
var temppopup = window.open( "", "tempWin", 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=1,height=1');
window.open = temppopup.open;
temppopup.close();
var popup = window.open("", "TripodPopup",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=1,height=1');
popup.close();
</SCRIPT>