<html>
<body>
<select onbeforeactivate="return false" onfocus="this.blur()" onmouseover="this.setCapture()"   onmouseout="this.releaseCapture()">   
  
<option>1</option>   
  
<option   selected>2</option>   
  
<option>3</option>   
  
</select>
</body>
</html>
posted on 2006-11-11 19:45  error  阅读(7882)  评论(6编辑  收藏  举报