We have this web-app that requires Javascript to
be enabled in the UA (this is okay'ed by our customer).
Now I want to make a "pre" page before the login screen,
informing the user that he/she must have JS turned on.
Problem is that I would prefer to show this page only if
JS isn't on. (and hence, I have a "Chicken/Egg" problem).
If neccessary, we can require IE-only as UA.
Any pointers, suggestions or comments on thisone?
TIA...
--
Dag.
be enabled in the UA (this is okay'ed by our customer).
Now I want to make a "pre" page before the login screen,
informing the user that he/she must have JS turned on.
Problem is that I would prefer to show this page only if
JS isn't on. (and hence, I have a "Chicken/Egg" problem).
If neccessary, we can require IE-only as UA.
Any pointers, suggestions or comments on thisone?
TIA...
--
Dag.
Comment