DEBSOURCES
Skip Quicknav
sources / elinks / 0.19.0-1 / test / js / width_2.html
1234567891011
<!DOCTYPE html> <html> <body> <script> var x = "Width: " + screen.width + "px"; window.alert(x); </script> </body> </html>