<html> <head> </head> <body> <div id="foo1">foo1</div> <script> alert(window["foo" + 1]) </script> </body> </html>