Alan Fitch
11/02/2021, 8:32 PMcreece
11/02/2021, 8:34 PMconst WIDTH = (screen.width / 2);
const HEIGHT = (screen.height / 2);
const LEFT = ((screen.width / 2) - (WIDTH / 2));
const TOP = ((screen.height / 2) - (HEIGHT / 2));
window.open(suiteletUrl, 'Window Title Here', 'toolbar=no, location=no, directories=no, status=no, menubar=no, copyhistory=no, width=' + WIDTH +', height=' + HEIGHT + ', top=' + TOP + ', left=' + LEFT);creece
11/02/2021, 8:34 PMcreece
11/02/2021, 8:35 PMAlan Fitch
11/02/2021, 8:37 PMcreece
11/02/2021, 8:39 PMAlan Fitch
11/02/2021, 8:40 PMcreece
11/02/2021, 8:40 PMAlan Fitch
11/02/2021, 8:41 PMbattk
11/02/2021, 8:44 PMcreece
11/02/2021, 8:44 PMcreece
11/02/2021, 8:45 PMAlan Fitch
11/02/2021, 8:58 PMbattk
11/02/2021, 9:14 PMbattk
11/02/2021, 9:14 PMbattk
11/02/2021, 9:14 PMbattk
11/02/2021, 9:15 PMAlan Fitch
11/02/2021, 9:16 PMbattk
11/02/2021, 9:17 PMAlan Fitch
11/02/2021, 9:17 PMcreece
11/02/2021, 9:17 PMbattk
11/02/2021, 9:18 PMbattk
11/02/2021, 9:18 PMAlan Fitch
11/02/2021, 9:19 PMAlan Fitch
11/02/2021, 9:20 PMcreece
11/02/2021, 9:54 PMcreece
11/02/2021, 9:54 PM