This script is not, and no script of this type can ever be, universal. I have XP-SP2 and it works in it but, I'm sure I could configure my IE 6 browser not to allow it. Other browser will either not allow these sort of shenanigans or can be configured not to. The script is written to at least try to open a normal window in most of these cases.
You probably can control the color and title by making up a blank page with the desired title and background color and inserting its (path, if applicable and) name between the quotes here (highlighted red):
Code:
var sizer = window.open("","","left=" + leftdist + ",top=" + topdist +","+ windowprops);
Bookmarks