<html> <head> </head> <body> <div id="foo"></div> <div id=":bar"></div> </body> <script type="text/javascript"> alert([typeof foo, typeof bar, typeof window[':bar'], typeof document.getElementById(':bar')]); </script> </html>