This code works in IE, but not in Netscape (4.61)... Can someone help?

function windowOpen() {
        leftPos=0;
        if (screen) {
                leftPos=screen.width-420;
                topPos=screen.height-470;
                }
    var myWindow=
window.open('index.cfm?fuseapp=Products&fuseaction=Catalog','PopUp',
'height=screen.height,width=400,left='+leftPos+',top=30,scrollbars=yes,resizable=no,
toolbar=no,menubar=no');
    if (!myWindow.opener) myWindow.opener = self;
}

Gene Kraybill
LPW & Associates
---------------------------------
Gene Kraybill
LPW & Associates LLC
www.lpw.net

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to