focus_select.html

来自「java脚本即用特效源码从入门到精通帮你渡过难关」· HTML 代码 · 共 22 行

HTML
22
字号
<html>
<head>
<title>定位窗体1</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="../style.css">
</head>
<body onLoad="this.document.form1.a.focus(); this.document.form1.a.select();" bgcolor="#FFFFFF">
  <form>
  <div align="center"> <font size="3" color="#FF0033">定位与文本选择</font></div>
  </form>
<form name=form1>
  <div align="center">
    <input type="text" size="40" name="a" value="上海科学技术出版社" class="pt9">
    <br>
    <input type="text" size="40" name="b" value="http://www.sstp.com.cn" class="pt9">
    <br>
    看看,不仅定位在上面的文本框,而且已经将内容选择了。 </div>
</form>

</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?