Search Results

1
vote

How to detect (using .ASPX) if Javascript is enabled on browser

In .net, you can use Request.Browser.JavaScript to detect if the browser supports JavaScript. However, the user may still have Javascript disabled. An ugly way to check to see if Jav …