1 2 3 4 5 6 7
<html> <body> <div id="foo"> <script>with (document.all) foo</script> </div> </body> </html>