310520-1.xhtml 325 B

1234567891011121314151617181920
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head>
  3. <script><![CDATA[
  4. function init()
  5. {
  6. var select = document.getElementsByTagName("select")[0];
  7. select.parentNode.removeChild(select);
  8. }
  9. window.addEventListener("load", init, 0);
  10. ]]></script>
  11. </head>
  12. <body><select><input/></select></body>
  13. </html>