May 23, 2012
tom

Using IIS7 Logs to determine how many users have JavaScript disabled?

Question

I know that I can get OS and\or browser settings types from the IIS logs, but is there a way to also see if a user has JavaScript disabled? I am looking for a to determine how many of our users are not running JavaScript.

Thanks,
ZK

Asked by zk.

Answer

As this was a secured site and also had a limited number of users, I ended up just saving this info in a user table on the data base.

I set a variable “JSEnabled” to false, and using JavaScript set it to true on log in.

Answered by zk.

No related posts.

Leave a comment