[thelist] Resolved: IE and the NOSCRIPT tag

Tanner Burson tanner at younet.okstate.edu
Fri Apr 9 09:25:01 CDT 2004


*This message was transferred with a trial version of CommuniGate(tm) Pro*
> In IE the following code
>
> <snip>
> <noscript><input type="text" name="something" value="hi" /></noscript>
> </snip>
>
> Displays the text box regardless of whether javascript is enabled or
> disabled.  It seems to do this with most any element other than
> straight text.
>
> Has anyone had any experience with this or have any ideas?

It turns out the issue is regarding IE and multiple <noscript> tags.
Mozilla/Netscape will allow multiple instances of the <noscript> tag without
issue.  IE on the other hand only evaluates the last one in the document,
and treats the others as simply a container.

Thanks for the suggestions everyone,

Tanner



More information about the thelist mailing list