I’m going to display a “please enable javascript” message to my site which will be hidden by javascript.
-> WORKS!
-> PROBLEM:
I use Dojo so I tried with dojo.addOnLoad, but the message will not dissapear immediately after you visit the site, it will disapear when the site finished loading.
That sucks for users which actually have js enabled, because the message will be visible to them.
So it seems like I missed smthing very basically.
please help!
Thx in advance!
You should put the message in a
<noscript>tag.