Link to home
Start Free TrialLog in
Avatar of Joar
Joar

asked on

How to use noscript tag in my aspx-page

My web application uses javascript (most of the code are produced by the Visual Studio tool). I am told to test for browsers that do not use javascript  or have the javascript disabled.

I the browser is not handing javascript  (do such browsers exists today?) or if the browser has not enabled the javascript, I just want to tell the user that my web app can't be used.

What is the best practise for testing for this senario and telling it to the user in a proper way?
ASKER CERTIFIED SOLUTION
Avatar of Rainer Jeschor
Rainer Jeschor
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Joar
Joar

ASKER

Sorry, just returned from holidays. will soon look at your answer.
Avatar of Joar

ASKER

Based on your tip I did a search and found this implementation example that helped me a lot: http://www.dotnetfunda.com/articles/article829-restrict-user-to-access-site-when-js-is-disabled-in-browser.aspx