Re: is it possble to inspect the contents of a <noscript> element ?
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
rvj wrote: > I ve tried use dom methods on the elements of a <noscript/> tag > > should this work? I keep getting zero elements If script is disabled, the contents of a <noscript> are basically parsed as CDATA. -Boris