1393171.html (315B)
1 <script> 2 window.onload=function(){ 3 window.getSelection().addRange(document.createRange()); 4 document.getElementById('a').appendChild(document.createElement('option')); 5 window.getSelection().modify('extend','backward','lineboundary'); 6 } 7 </script> 8 <div></div> 9 <textarea autofocus='true'></textarea> 10 <del id='a'>