Submit new Join Quickr Login
[save][edit]
Q: Javascript code to get screen width and length
A:

var scr_w = screen.availWidth;
var scr_h = screen.availHeight;

Loading...
Different wording for this problem: [improve wording]
Javascript code to get screen size
javascript getscreenwidth
about quickr