ID:157913
 
Is there any way to grab someone's screen resolution? I'm making a system where the screen_loc automatically adjusts to the client's screen resolution. It works fine manually, but I have no idea how to grab the screen resolution, or if it's even possible.
There are a few methods, one uses javascript to obtain the client resolution, the other uses an invisible interface element that resizes with a maximized window, obtaining the size value of this element gives the resolution (minus the taskbar space)