| Actually it is a bug. Add the following lines to the JS\DSCCommon.js file. function OpenResizablePopupWindow(url, width, height) {     window.open(url, '_blank', 'toolbar=no, location=yes, directories=no, status=no, menubar=no, copyhistory=yes, scrollbars=yes, resizable=yes, width=' + width + ', height=' + height); } DotShoppingCart Staff |