I Inkeliz1 New member Jun 25, 2016 #1 How I can open one pop-up to a internal file with fixed width/height? The Javascript to open using: window.external.ShowPopup(Name, URL, Width, Height, Top, Left, Param); Not working the Beta. Using the common javascript window.open() this possible resize the window.
How I can open one pop-up to a internal file with fixed width/height? The Javascript to open using: window.external.ShowPopup(Name, URL, Width, Height, Top, Left, Param); Not working the Beta. Using the common javascript window.open() this possible resize the window.
gdgsupport Support Staff member Jun 25, 2016 #2 Unfortunately window.external.ShowPopup was for the Trident engine. With Chromium, we don’t have the same ability to manage window properties from code.
Unfortunately window.external.ShowPopup was for the Trident engine. With Chromium, we don’t have the same ability to manage window properties from code.