no fix is required. there is nothing wrong with html encoding javascript
inside an attribute value, as the browser will decode before doing an eval.
-- bruce (sqlwork.com)
On Dec 11, 9:25 am, bruce barker
<brucebar...@discussions.microsoft.com> wrote:
> no fix is required. there is nothing wrong with html encoding javascript
> inside an attribute value, as the browser will decode before doing an eval.
[quoted text clipped - 28 lines]
>
> > Aleko
Bruce, you're right! I made a little test page with encoded, and
unencoded styles and it worked in both IE6 and 7. Strange why it
doesn't work in the full web page, but that's another problem.
Scott, I tried decoding the style, tried inserting various character
codes, but the end result is always encoded the same way.
Thanks guys!
BTW, the CSS solution works in IE6 ONLY if the page is in quirks mode.
If you add a doctype, and start sizing the window down the browser
just hangs when the width reaches the expression threshold.