<form   name= "frm "   action= "check.asp "   method= "post "> 
Third <input   type=text   name= "t1 "   tabindex= "3 "   value= "Third "   onfocus= "this.select(); "> 
Second <input   type=text   name= "t2 "   tabindex= "2 "   value= "Second "   onfocus= "this.select(); "> 
First <input   type=text   name= "t3 "   tabindex= "1 "   value= "First "   onfocus= "this.select(); "> 
<input   type=submit   name= "sub1 "   value= "Submit "> 
</form> 

相关文章:

  • 2022-12-23
  • 2021-07-08
  • 2022-01-26
  • 2022-12-23
  • 2022-12-23
  • 2021-08-03
  • 2021-05-18
猜你喜欢
  • 2021-09-14
  • 2021-06-13
  • 2021-07-28
  • 2022-01-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案