<input name="key" type="text"    
           onmouseover=this.focus();this.select();  
           onclick="if(value==defaultValue){value='';this.style.color='#000'}"   
           onBlur="if(!value){value=defaultValue;this.style.color='#999'}" style="color:#999" />  
  </body> 

相关文章:

  • 2021-10-25
  • 2022-03-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2021-12-27
  • 2022-01-27
  • 2021-12-25
  • 2022-12-23
相关资源
相似解决方案