This page will show a line of broken code in affected browsers. The problem lies with the decrement and greater than operators in the do…while loop.

<!--[if IE]> <script type="text/javascript"> var x = 10; do { x--; } while (x > 0) alert('This alert is only a demonstration. x='+x); </script> <![endif]-->