That won't give you DPI as you can't find out the monitor size. It's just impossible, web pages are meant to be resolution independent.
On Jan 10, 1:01 pm, Stefan <i...@log2e.com> wrote: > DPI is a measurement in printing. If you mean the screen resolution > you can use screen.width and screen.height. > > On Jan 9, 11:58 pm, ron1972 <ron1...@gmail.com> wrote: > > > Is there a way to get the monitor's dots per inch using jquery? > > I've been searching and searching..but haven't had any luck. > > Thanks > > Ron