Page width

  • Thread starter Thread starter Scott
  • Start date Start date
typical done with a client sniffing (client code that sends back the info).

-- bruce (sqlwork.com)
 
I Believe that you use screen.width and screen.height in javascript on the
client side to figure this out. This gives you the size of the window that
the user has open, and not the client's resolution.

Michael
 
Back
Top