b00f76c8f243001d14d4d4f1ce0ddd37
来自「fckeditor 应用 包括简单的word文档生成和级联菜单」· 代码 · 共 57 行
TXT
57 行
<%@ page language="java" pageEncoding="UTF-8"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script language="javascript" type="text/javascript"
src="/T/My97DatePicker3.0.1/My97DatePicker/WdatePicker.js"></script>
<script type="text/javascript" src="/T/fckeditor/fckeditor.js"></script>
<script type="text/javascript">
window.onload = function()
{
// Automatically calculates the editor base path based on the _samples directory.
// This is usefull only for these samples. A real application should use something like this:
// oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value.
var sBasePath = "/T/fckeditor/";
var oFCKeditor = new FCKeditor( 'c' ) ;
oFCKeditor.BasePath = sBasePath ;
oFCKeditor.ReplaceTextarea() ;
}
</script>
<script type="text/javascript">
var req;
function createRequest(){
if(window.ActiveXObject){
req=new ActiveXObject();
}
}
</script>
</head>
<body>
<select name="sel" onchange="createRequest()">
<option value="1">吉林</option>
<option value="2">长春</option>
<option value="3">松源</option>
</select>
文本域
<textarea name="c" rows="10" cols="80"></textarea>
<input class="Wdate" type="text" onfocus="new WdatePicker(this)" />
<input class="Wdate" type="text"
onfocus="new WdatePicker(this,null,false,'whyGreen')" />
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?