How to detect if JavaScript is disabled?

后端 未结 30 3395
暗喜
暗喜 2020-11-21 07:37

There was a post this morning asking about how many people disable JavaScript. Then I began to wonder what techniques might be used to determine if the user has it disabled.

30条回答
  •  天涯浪人
    2020-11-21 07:51

    I think you could insert an image tag into a noscript tag and look at the stats how many times your site and how often this image has been loaded.

提交回复
热议问题