content.jsp

来自「华东粮油电子交易市场网站源码华东粮油电子交易市场网站源码华东粮油电子交易市场网站」· JSP 代码 · 共 32 行

JSP
32
字号
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>模板内容</title>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<script language="javascript">
<!--
function setValue(strContent){
	document.all.Model_Content_Igec.value = strContent;
}
function getValue(){
	return document.all.Model_Content_Igec.value;
}
function getModelContent(){
	resizeControl();
	parent.window.getModelSource();
}
function resizeControl(){
	//document.all.Model_Content_Igec.cols = 110;
	//document.all.Model_Content_Igec.rows = 36;
}
function pasteContent(){
	document.all.Model_Content_Igec.focus();
	document.execCommand("Paste");
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" onload="getModelContent();">
<textarea id="Model_Content_Igec" name="Model_Content_Igec" style="width:100%;height:100%;overflow-x:visible;overflow-y:visible;"></textarea>
</body>
</html>

⌨️ 快捷键说明

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