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

📄 index.asp

📁 ubb编程软件源代码
💻 ASP
字号:
<%
'----------------------------------------------------------------------
'转发时请保留此声明信息,这段声明不并会影响你的速度!
'*******************天枫所见即所得UBB编辑器(asp版)************************************
'作者:天枫
'网站:http://www.52515.net
'电子邮件:chenshaobo@gmail.com
'WEB开发群:4635188 19182747
'QQ:76994859
'版权声明:版权所有,源代码公开,各种用途均可免费使用,但是修改后必须把修改后的文件
'发送一份给作者.并且保留作者此版权信息
'**********************************************************************
%>

<!--#include file="ubb.asp"-->
<%

if request("action")="add" then
response.write Ubbcode(server.htmlencode(request("content")))
end if
%>


<!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>

⌨️ 快捷键说明

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