Forum Moderators: open
javascript code contained within the <script> tag is executed by the browser if javascript is enabled.
html code contained within the <noscript> tag is rendered by the browser if javascript is disabled.
It's a good idea to provide alternate functionality using the <noscript> tag for your visitors who do not have javascript enabled.
HTH, Jim
Always get a chuckle when I see "You Must Enable JavaScript To View My Page" as a site's description.
Always get a chuckle when I see "You Must Enable JavaScript To View My Page" as a site's description.
I always gasp when I see this at all. Don't these people want their sites to be seen?
Incidentally, Netscape 2 executed both <script></script> and <noscript></noscript> code - but that information is probably of no practical use at all now, except to calculate how old I am.