欢迎来到代码驿站!

当前位置:首页 >

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

时间:2021-07-02 08:56:45|栏目:|点击:
复制代码 代码如下:

<!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编辑器下载

上一篇:11招让上司离不开你(比较对头)

栏    目:

下一篇:docker 容器上编译 go 程序提示找不到文件问题

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

本文地址:http://www.codeinn.net/misctech/151316.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有