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

📄 insertanchor.htm

📁 功能齐全
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>插入锚记</title>
<style type="text/css">
<!--
td {
	font-size: 12px;
}
.br150 {
	line-height: 150%;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
function win_close(){
	window.returnValue=null;
	window.close();
}
function win_ok(){
	window.returnValue=document.all.theanchor.value;
	window.close();
}
</script>
</head>

<body bgcolor="menu"  scroll=no>
<table width="100%" height="100%" border="0" align="center" cellpadding="5" cellspacing="5">
  <tr> 
    <td valign="top" class="br150"><table border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <td class="br150">锚记名称:<br> <input name="theanchor" type="text" id="theanchor"></td>
        </tr>
      </table> </td>
    <td width="60" align="center" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="3">
        <tr> 
          <td align="center"> <input type="button" name="Submit3" value=" 确定 " onClick="win_ok()">
          </td>
        </tr>
        <tr> 
          <td align="center"><input type="button" name="Submit2" value=" 取消 " onClick="win_close()"> 
          </td>
        </tr>
      </table> 
      
    </td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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