⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 focus_select.html

📁 java脚本即用特效源码从入门到精通帮你渡过难关
💻 HTML
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -