[evolt]Re: [thelist] possible to sense screen resolution?
Kinjal Dixit
Kinjal Dixit" <wapindia at crosswinds.net
Wed May 31 10:01:32 2000
what about people with an old browser but on a hires?
new browser but lowres?
and what about the overhead of maintaining two webpages?
what about output from server side scripts?
we have started putting buffer images on the right side (or east side) of
the screen. A horiz scroll bar shows up with you are on lowres, but there
is no content that you are going to miss.
there are times i wish there could be a law...
regards
kinjal dixit
----- Original Message -----
From: George Donnelly <gsd@mac.com>
To: <thelist@lists.evolt.org>
Sent: Wednesday, May 31, 2000 7:26 PM
Subject: Re: [evolt]Re: [thelist] possible to sense screen resolution?
> thanks. that's really helpful.
>
> what about this? redirect evrybody with browsers older than 4.0 to the
> 640X480 page? Am i stereotyping too much? committing browserism ;
> -)
> Regards,
> GEORGE DONNELLY
> george@cyklotron.com
> http://cyklotron.com/
> It`s freedom, baby! Yeaah! --Austin Powers
>
> >> is it posible to sense the resolution of the surfer's computer and
then, say
> >> if they have a 640X480 screen, redirect them to a different page?
> >
> > screen.availWidth will do it in javascript, however, this is really only
of
> > any
> > use if the user has thier browser window maximized, you could try
juggling
> > with
> > width ranges and use document.body.clientWidth instead as this returns
the
> > actual width of the window.
> >
> > Garry
>
>
> ---------------------------------------
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !
>