CyberStore Ecommerce 2023 Documentation
PopupCenter Method
URL of the document.
The target name for the popup window.
Width of the window to pop open, in pixels.
Height of the window to pop open, in pixels.
Popup a URL in a new browser window, centered, on current screen.
Syntax
var value; // Type: any
value = PopupCenter(url, target, w, h);
function PopupCenter( 
   url : any,
   target : any,
   w : any,
   h : any
) : any;

Parameters

url
URL of the document.
target
The target name for the popup window.
w
Width of the window to pop open, in pixels.
h
Height of the window to pop open, in pixels.