Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to use ASP to Detect ScreenResolution and Color??

Status
Not open for further replies.

chan

MIS
Oct 9, 2000
4
0
0
HK
Anyone know how to use to detect user's screen resolution and color?<br><br>thanks<br>Chan
 
You could use javascript to autodetect the resolution and let javascript write it in a form field.<br>This form could submit itself using *this.form.submit*.<br>After that you can retrieve the information using Request.Form(&quot;resolution&quot;).<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top