I want Browser.Width - not screen.width...
Ive recently made a script to auto size the site to the client screen width using screen.width in javascript1.2.
however, of course when they minimise their browser say to 800x600, these settings stay at 1024x768 or whatever....
Is there an object in javascript1.2,1.3 that can access the browser width...? The browser knows so hopefully a javascript could find out...no?...
AndyB posted this at 18:59 — 1st April 2000.
They have: 344 posts
Joined: Aug 1999
window.width and window.height is what my old js book says
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.