my application consists of java class files and jsp's and for client side vaidations i am using javascript.
the problem is that if javascript is disabled on client side my application comes to serious problem.
how can i embed javascript in my application so that even if client side javascript is disabled then too my application works properly.
immediate help is required.
