let windObj = window.open(
url,
xxx,
"width=xxx,height=xxx,resizable=yes,scrollbars=yes,menubar=no,toolbar=no"
);
windowObj.location.href = url;
windowObj.focus(); // Option
let windObj = window.open(
url,
xxx,
"width=xxx,height=xxx,resizable=yes,scrollbars=yes,menubar=no,toolbar=no"
);
windowObj.location.href = url;
windowObj.focus(); // Option