Your
generous donations help keep this site online!
|
Key:
Black is your normal HTML Red is the server-included popup code Blue is the workaround or pop-up removal Green is something in the script you have to change/delete/modify |
Basic SuperScript
<html>
<SCRIPT LANGUAGE="JavaScript"> <!-- function open() {return true;} //--> </SCRIPT> <head> ... |
<html>
<SCRIPT> <!-- function ScreenIt(url,name,parm){ if(url.indexOf("popup.html")!=-1) return false; return window.Xopen(url,name,parm); } window.Xopen=window.open; window.open=ScreenIt; //--> </SCRIPT> <head> ... |