$.popupWindow('http://www.jqueryscript.net', { center: "screen", //true, screen || parent || undefined, null, "", false createNew: true, // open a new window, or re-use existing popup height: 500, left:0, location:false, menubar: false, name:null, // specify custom name for window (overrides createNew option) onUnload:null, resizable: false, scrollbars: false, // os x always adds scrollbars status: false, toolbar: false, top: 0, width: 500 });