How do I check whether the browser support javascript by using JSP?

Hi.

I am Parameshwaran working as Programmer. I have a doubt that

Can We check the browser settings by means of JSP, whether it supports javascript . so that if the javascript console is disabled or the browser doesn't support javascript . It should prompt the user to enable javascript or to use a javascript enabled browser

[346 byte] By [Parameshwaran.Vea] at [2007-11-26 22:39:45]
# 1
HTML:<script>doSomething();</script><noscript>Please enable JavaScript.</noscript>
BalusCa at 2007-7-10 11:53:04 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thank u. 4 replying me.it works well.. i have a doubt again. if the meta- refresh is disabled in the browser .. how can i redirect Is there any possibility of getting it.
Parameshwaran.Vea at 2007-7-10 11:53:04 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...