My question is "how to check if javascript is enabled by a user or not ?" if it is not enabled , my application redirects him to JsNotFound.html page and won't let my application run until he enables js , also if js is enabled my application gets run , but while using application if he disables js , my application must redirects him to JsNotFound.html page ...