How to find weather the javascipt is enabled or disabled in client browser usning asp.net c#
if java script is disabled i want to redirect the page to other page
please help me on this
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manikavelu VelayuthamPosted Sep 28, 2010, 3:16 AM
Check the javascript enabled or disabled using this code
If the hidden input element does not change its value, then we know that JavaScript is not enabled.
Through that we can come to a conclusion that Javascript is disabled or enabled.