Hello!
We have an application that pops up windows for different kinds of data displays. We use window.moveTo and window.resizeTo to control the beginning location and size of these windows.
Our users are asking if we can save settings such that when they move a window, the next time they open it, it will open in the position they moved it to.
Is there a way to grab the current window position? I know that 'top' and 'left' are options in the window.open features, but I can't find anything that says I can then grab those values later. Is there a way to get thos values after a user moves the window?
-Greg
We have an application that pops up windows for different kinds of data displays. We use window.moveTo and window.resizeTo to control the beginning location and size of these windows.
Our users are asking if we can save settings such that when they move a window, the next time they open it, it will open in the position they moved it to.
Is there a way to grab the current window position? I know that 'top' and 'left' are options in the window.open features, but I can't find anything that says I can then grab those values later. Is there a way to get thos values after a user moves the window?
-Greg