Possible Duplicate:
How to detect if JavaScript is disabled?
My question is how to detect in the server side web application that there is no javascript enabled? I know the tag but I want to do it in servlet or with pure java. I do not want to use noscript tag because I have to redirect the page if there is not javascript enalbed.
Thanks in advance.