|
|
Question : Detecting client screen size with ColdFusion
|
|
Is there a way for the CF script to detect the user's screen size (in order to serve optimized content)?
|
Answer : Detecting client screen size with ColdFusion
|
|
Or even better in the same page: ------------------------------------------------------------login.cfm--
Height: #CFW# Width: #CFH#
|
|
|
|