[thelist] display message that Javascript is needed without Javascript

Keith Gaughan keith at digital-crew.com
Wed Apr 27 20:14:23 CDT 2005


Alan McGill wrote:
> Hi all,
> 
> I've been lurking and learning for a while. Thanks to all who contribute 
> so much.
> 
> My question seems like a catch 22.
> I've developed a page that has a message that the page needs javascript.
> Then I have a routine that runs onload to hide the message. Users with 
> javascript enabled see the message till the page loads. I'm looking for 
> a way to have users with javascript enabled not have to see the message 
> at all.

Look up the <noscript> tag. It's for content that's to be displayed if
scripting isn't enabled.

K.


More information about the thelist mailing list