phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/js/core popup.js,1.1


From: ceb
Subject: [Phpgroupware-cvs] phpgwapi/js/core popup.js,1.1
Date: Thu, 24 Feb 2005 15:54:51 -0000

Update of phpgwapi/js/core

Added Files:
     Branch: MAIN
            popup.js 

Log Message:
popup js

====================================================
Index: popup.js

        var width=800;
        var height=600;

        function open_popup(link,width,height)
        {
                if(!width)
                {
                        width=800;
                        height=600;
                }
                newWindow = window.open(link,'PopUp','width=' + width + 
',height=' + height + ',left=0,top=0,toolbar=no,scrollbar=yes,resizable=yes');
        }






reply via email to

[Prev in Thread] Current Thread [Next in Thread]