HowToCheck if JavaScript enabled in browser?

Hello,

How do I can check if javascript enabled in browser?

Thanks

Can you be more specific about what you’re trying to do? Generally, you
just try to execute your javascript and use a NOSCRIPT HTML element for
graceful degradation:

http://www.w3.org/TR/html401/interact/scripts.html#h-18.3