DISCUZ论坛的UBB编辑器(增加灵活调用,支持ASP UBB解析)打包下载

所属分类: 网络编程 / 网页编辑器 阅读数: 927
收藏 0 赞 0 分享
复制代码 代码如下:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
<html> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=gbk"> 
<title>Discuz编辑器</title> 
<meta name="keywords" content="Discuz编辑器"> 
<meta name="description" content="Discuz编辑器"> 
<meta name="generator" content="Discuz! 5.0.0 with Templates 5.0.0"> 
<meta name="MSSmartTagsPreventParsing" content="TRUE"> 
<meta http-equiv="MSThemeCompatible" content="Yes"> 
</head> 
<br/> 
调用方法请看本例源码。<br/> 
UBB代码显示:在要显示的页面包含ubb.asp这个文件<br/> 
如下显示:Ubbcode(server.htmlencode(request("content")))<br/> 

<form method="post" action="?action=add"> 
<table cellspacing="1" border=1> 
<tr> 
<th colspan="2">添加贴子</th> 
</tr> 
<tr> 
<td width="26">标题</td> 
<td width="699" style="text-align:left"><input type="text" name="title" size="42"> 
</td> 
</tr> 
<tr> 
<td>内容</td> 
<td> 
<textarea name="content" cols="80" rows="2" style="display:none"></textarea> 
<iframe ID="Editor" name="Editor" src="edit.htm?id=content" frameBorder="0" marginHeight="0" marginWidth="0" scrolling="No" style="height:320px;width:100%"></iframe> 
</td> 
</tr> 
<tr> 
<td colspan="2"> 
<div align="center"> 
<input type="submit" value="添加内容"> 
&nbsp; 
<input type="reset" value="重新填写"> 
</div></td> 
</tr> 
</table> 
</form> 
</body> 
</html> 

DISCUZ论坛的UBB编辑器下载
更多精彩内容其他人还在看

eWebEditor 上传文件提示格式不正确的解决方法

eWebEditor上传个别图片时出现:请选择一个有效的文件,支持的格式有(GIF|JPG|JPEG|BMP|PNG)!,在WINDOWSXP下使用该组件正常,却在WINDOWS2003上提示
收藏 0 赞 0 分享

xhEditor的异步载入实现代码

xhEditor的异步载入实现代码,需要的朋友可以参考下。
收藏 0 赞 0 分享

FCKeditor 编辑器插入代码功能实现步骤

4步轻松打造可以应用于任何FCK编辑器的CMS及其他程序,一个Fckeditor编辑器的插件,it560独家首发教程,无需增加字段,不修改代码,完全绿色环保。
收藏 0 赞 0 分享

配置fckeditor 实现图片的上传

配置fckeditor 实现图片的上传
收藏 0 赞 0 分享

FCKeditor提供了一个完整的JavaScript API

FCKeditor提供了一个完整的JavaScript API(Application Public Interface),你可以利用这些API来处理FCK编辑器,只要它被加载完成或在正在运行中.
收藏 0 赞 0 分享

fckediter javascript事件函数代码

fckediter javascript事件函数代码,另外fckeditor的可以扩展性不错,大家可以学习下,具体的代码,可以参考脚本之家以前发布的文章。
收藏 0 赞 0 分享

ASP FCKeditor在线编辑器使用方法

我用的是asp,FCKeditor没有使用帮助,网上google以下资料很多,但不是很全,不适合刚入门的菜鸟使用,通过我半天的使用经历,稍微做了些整理,便于大家学习.
收藏 0 赞 0 分享

ASP下使用FCKeditor在线编辑器的方法

有不少朋友现在也喜欢用asp下用fckeditor编辑器了,下面是具体的使用方法。需要的朋友可以参考下。
收藏 0 赞 0 分享

ASP.NET中FCKEDITOR在线编辑器的用法

FCKEDITOR在线编辑器在asp.net下的使用方法,需要的朋友可以参考下。
收藏 0 赞 0 分享

php下FCKeditor2.6.5网页编辑器的使用方法

php下FCKeditor2.6.5网页编辑器的使用方法,需要的朋友可以参考下。
收藏 0 赞 0 分享
查看更多