Retrieve Client Screen Width

  • Thread starter Thread starter Iyigun Cevik
  • Start date Start date
I

Iyigun Cevik

Using Request I can get some information about client. But I couldn't get
two of them:
1. Screen Width ( and height ofcourse)
2. System Language.

I can get them with JScript, but I don't want to submit a form to get these
information. Is there any other possible way?
 
Iyigun said:
Using Request I can get some information about client. But I couldn't get
two of them:
1. Screen Width ( and height ofcourse)
2. System Language.

I can get them with JScript, but I don't want to submit a form to get these
information. Is there any other possible way?
looks like you have to use Javascript to populate a hidden field or
something you can read from the backend:

http://www.quepublishing.com/articles/article.asp?p=28493&seqNum=6

The second one I don't know...seems like normally the client has to
designate this manually by clicking some link in your app, etc., so it
may not be 'identifiable' w/out user intervention...
 
Back
Top