Fiton
Fiton

Reputation: 11

<Noscript> tag not working in IE6. May I have some help, please?

Does anyone know why this doesn't work in IE6?:

<noscript>This requires javascript</noscript>

It seems simply enough, but unlike FF, IE6 doesn't show it when I disable javascript.

It's really confusing :( I thought the tag was supposedly compatible acrosss browsers? Well, atleats from the W3 profile page for the tag. (http://www.w3schools.com/tags/tag_noscript.asp)

Any help would be great! Fiton

Upvotes: 1

Views: 928

Answers (1)

squidbe
squidbe

Reputation: 1021

Unlike, say, Firefox, you have to restart IE after disabling javascript for javascript to actually be disabled. If you did that but are still not seeing your noscript contents, please explain the exact steps you're taking to disable javascript.

Upvotes: 6

Related Questions