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

📄 html.htm

📁 本文件包基于asp.net + javascript方式
💻 HTM
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>编辑HTML代码</title>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<link rel="stylesheet" type="text/css" href="../css/tools.css"> 
<script language="javascript">
function window::onload()
{
	var o=window.dialogArguments;
	sys_htmlCode.value =o.innerHTML;
}

function returnvar()
{
	window.returnValue=sys_htmlCode.value;
	window.close();
}

function window::onunload()
{
	window.returnValue=sys_htmlCode.value ;
}
</script>
<style type="text/css">
<!--
body {
	background-color: #CCCCCC;
}
-->
</style>
</head>

<body>
<table width="100%"  border="0" cellspacing="4" cellpadding="0">
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td align="center"><textarea id=sys_htmlCode style="border:1px dotted #333333; width:400px; height:300px" ></textarea></td>
  </tr>
  <tr>
    <td align="center">
	<input type="button" id=sys_submit value="确定" onClick="returnvar()">
	<input type="button" id=sys_cancel value="取消" onClick="window.close()">
	</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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