Forum Moderators: open
Thanks
I assume that's what you're asking, obviously you can't change the actual desktop screen resolution with javascript, that would be giving javascript unacceptable access to the client machine.
All the contents would have to be sized relatively to that absolute container, that is, at 100% or whatever width.
Keep in mind that a window in a 800 px wide resolution screen only has about 760px of actual useable space because of the right hand scroll bar of the browser.
> obviously you can't change the actual desktop screen resolution with javascript, that would be giving javascript unacceptable access to the client machine.
- that *was* in fact what I was seeking, not to force change on the client but simply to try & make it easy to change for some users. bit rusty on js here, yes I can see now it'd be a capability too far. I'll go with an informational FAQ link instead :-)